Search found 1 match

by najeem
Sun Aug 02, 2009 3:33 am
Forum: PHP - Theory and Design
Topic: Simple Template Engine Basic Architecture
Replies: 0
Views: 751

Simple Template Engine Basic Architecture

Hi Everybody, I would like to show the newbies a simple 15 line code, how a basic template engine in php works create two folders in side your website as follows templates cache Create index.php in your root folder and index.html inside template folder Open index.php in your favorite editor [I use, ...