Simple PHP Template System! - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: PHP The Hypertext Preprocessor (https://www.supportforums.net/forumdisplay.php?fid=21) +---- Thread: Simple PHP Template System! (/showthread.php?tid=16886) |
Simple PHP Template System! - Project Evolution - 03-13-2011 This is a simple, yet really cool template system I made in PHP. It doesnt feature much other than loading templates and parsing data, I left it this way in case any of you wanted to develop the script further. It uses OO as you can see. Some features:
Template.php PHP Code: <?php ParseTemplate.php PHP Code: <?php Example code: PHP Code: <?php Templates: Code: <html> Outputs: http://projectevolution.net76.net/tutorials/webdev/templatesys/ Enjoy! RE: Simple PHP Template System! - begginer - 05-12-2011 Nice tuorial .. Thanks! |