Entries tagged with «mvc»
How to write a really simple template engine in PHP - Part two
Created:
In this blog entry I'll show you how to extend the classes from part one to introduce the concept of layouts.
Continue reading Tags: template, mvc, phpHow to write a really simple template engine in PHP
Created:
This two-part blog entry shows how you can create a really simple template engine in php using output buffering.
Continue reading Tags: template, mvc, php, view, output buffering
