Log in

View Full Version : What PHP template system would you recommend?



CrazyChop
03-20-2009, 01:28 PM
Hi all,

I am looking for a light-weight PHP templating system. I have used Smarty before but does anyone else have their own personal favorites?

techietim
03-20-2009, 01:46 PM
I always thought Smarty was overkill for smaller projects, but some people swear by it.

I wrote my own which I use. Most people can write one up in 100 lines or less with varying usability.

Here's a list of a bunch of templating classes people have made:
http://php.resourceindex.com/Functions_and_Classes/Web_Page_Design/Templates/