D Drizzt New member May 24, 2007 22 0 0 May 24, 2007 #1 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()?
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()?
mason New member Aug 13, 2006 872 6 0 May 24, 2007 #2 make ur own. or do what 99% of others do and mod wordpress.
A a.titus1 New member Jun 24, 2006 567 4 0 May 24, 2007 #3 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.
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.