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
PHP html generator?
Moderator: General Moderators
-
sleazyfrank
- Forum Commoner
- Posts: 40
- Joined: Fri Aug 19, 2005 3:59 am
- Location: Horsham, West Sussex
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.
A very popular choice is Smarty, but it can easily impact on performance.