master82 Posted June 9, 2006 Share Posted June 9, 2006 I've heard from a site owner in a forum that he uses a template for his layout, and that all his php is in seperate files. He stated all the work is done in the background or something and that he doesn't need to use things like print or echo at the frontend to display the data.Anyone know what he was doing or is he just another one of those 'make it up to sound good' people? [img src=\"style_emoticons/[#EMO_DIR#]/excl.gif\" style=\"vertical-align:middle\" emoid=\":excl:\" border=\"0\" alt=\"excl.gif\" /] Link to comment https://forums.phpfreaks.com/topic/11607-template-and-php-seperate/ Share on other sites More sharing options...
yonta Posted June 9, 2006 Share Posted June 9, 2006 Check out [a href=\"http://smarty.php.net/\" target=\"_blank\"]smarty [/a]or [a href=\"http://pear.php.net/package/HTML_Template_Flexy\" target=\"_blank\"]flexy [/a] template systems. Link to comment https://forums.phpfreaks.com/topic/11607-template-and-php-seperate/#findComment-43816 Share on other sites More sharing options...
radalin Posted June 9, 2006 Share Posted June 9, 2006 Or you could try html_template_it too, one of the template engines you can choose with pear. It's simplest template engine. Link to comment https://forums.phpfreaks.com/topic/11607-template-and-php-seperate/#findComment-43833 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.