mattsoftnet
December 28th, 2004, 21:09
I'm working on a site content management system. what form of a template system should I use? I've used classes in the past for the html code, and it works good. I like it cuz it's flexable. I did a test and it preforms about the same as using tpl files with the str_replace function. what system should I use? it's more of a professional system, so I'm not sure if the simplicity of tpl files would be needed.