Do you use a template engine in PHP?
https://news.ycombinator.com/item?id=6965389Well 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.