It doesn’t seem like that long ago that it seemed like a practical idea to hand code custom solutions for clients using PHP/MySQL from scratch or onto of light frameworks as opposed to just extending CMS (Content Management Solutions), but in reality it has been a long time and I’m just getting old. Several years […]
PHPR / Smarty templates
Smarty Templates have been around for a while now and are pretty popular with developers. One of the things that I really like about PHPR (PHPRUNNER) is that it utilizes Smarty Templates and stores them in a directory called <templates> inside of whatever application you are working in. Let’s say we are working on a […]
