Simple Template Engine In PHP
11
Mar
Tags: PHP, Tutorial
Posted in Tutorials | 3 Comments »
Most newer web sites use some form of templating engine, whether it be Smarty, Zend, or any other fine piece of software. For small sites, this may not necessarily be a smart decision. Many of the engines out there are just too bloated for such a web site. This article will show you how to create a compact, simple template engine with support for layouts.

