template system

DevShed: PHP Closures as View Helpers: Lazy-Loading File Data

PHPDeveloper.org  Mon, 01/30/2012 - 13:08

In the second part of their look at using closures in PHP as view helpers, DevShed improves upon their original code by adding some additional classes and using them in the closures.


 

NETTUTS.com: Introduction to the Smarty Templating Framework

PHPDeveloper.org  Wed, 09/15/2010 - 09:08

On NETTUTS.com today there's a new tutorial introducing you to one of the more well-established templating tools for PHP-based applications - Smarty.

It provides abstraction between your data and the output of the site, making is simpler to maintain in the long run.


 

Richard Thomas' Blog: Solar Framework Shorts - Top 10 reasons to...

PHPDeveloper.org  Tue, 11/10/2009 - 10:26

Richard Thomas is back with another post in his "Solor Framework Shorts" series.

This latest post includes ten of the reasons why you should make Solar the frmaework of choice for your next project.