PHP Template Engine
I’ve been looking for a good PHP template engine for quite a while now, but I haven’t been able to find one that I feel good about. In my bout of frustration, I made my own. Mine, however, is based on normal php tags, rather than creating my own new template language. Thus, you can [...]