Do you use a template engine in PHP?
Well I'm building an application in PHP without a framework, and I found out Haanga (haanga.org).
It is a template engine for PHP, like Django, its cache system is pretty good and Menéame (meneame.net, which has a lot of traffic) has been using for a long time.
I think that using Haanga may help me to be more organized.
What do you think?
Thanks in advance.
6 comments
[ 2.3 ms ] story [ 20.0 ms ] threadCheck out Twig: http://twig.sensiolabs.org
I think Twig is major template engine in PHP.