Page 1 of 1

PHP html generator?

Posted: Fri Aug 19, 2005 10:19 am
by sleazyfrank
Hi - is it possible to create a php to html site generator for a cms or has it been done in the past? I'm currently porting over from asp to php and that language had the asp2htm component so I'm wondering if anyone knows if php can or has been used for this? If so do you know of any sites or tutorials I can look at?

cheers

Frank

Posted: Fri Aug 19, 2005 10:59 am
by patrikG
Have a look at templating engines: http://www.google.co.uk/search?q=templa ... p+tutorial

A very popular choice is Smarty, but it can easily impact on performance.