Best PHP Template Solution?

Status
Not open for further replies.

Drizzt

New member
May 24, 2007
22
0
0
What do you guys use in terms of templates for PHP?

I find that with having a huge site, you definitely need to use templates
to make future changes easier.

So far, I've tried
  • smarty
  • savant
Does anyone just use eval()?
 


Unless you have a dedicated designer who is used to a certain templating system, its probably easier to just make your own. PHP is a template language itself, so no real need to add another layer to it.
 
Status
Not open for further replies.