PHP html generator?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sleazyfrank
Forum Commoner
Posts: 40
Joined: Fri Aug 19, 2005 3:59 am
Location: Horsham, West Sussex

PHP html generator?

Post 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
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post 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.
Post Reply