spudly.shuoink.com

the best way to predict the future is to implement it

Entries Comments


PHP Template Engine

9 February, 2008 (09:05) | PHP | 3 comments

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 [...]