News Feed
Jobs Feed
Sections




News Archive
DevShed:
Processing File Data with Template Classes in PHP 5
March 26, 2007 @ 12:17:00

With this new tutorial posted today, DevShed polishes off yet another of their design patterns series - their look at using the Templating pattern in PHP5.

Over the course of this last tutorial I'm going to provide you with a few more examples of how to build template classes with PHP 5. More specifically speaking, what you're going to learn here will be how to create a set of template objects that will control the visual appearance of data fetched from different files.

They work from the group up, starting over with the creation of the base file handling class and working their way up to the templating class. Attach a few subclasses (to generate each of the data blocks needed) and check it out in action. Their example pulls in the template, parses through it and assigns the information to the subclass functions to output different formats of the data - plain text, HTML, and XML.

0 comments voice your opinion now!
php5 processing template file class designpattern php5 processing template file class designpattern


blog comments powered by Disqus

Similar Posts

Community News: Big Nerd Ranch - PHP5 Bootcamp - 5-Day Intensive Training

Greg Beaver's Blog: PhpDocumentor 1.3.0 stable is released

Community News: Xinc Project Releases Version 1.0

DevShed: Processing File Data with Template Classes in PHP 5

DevShed: Completing an Extensible Website Engine with PHP 5


Community Events











Don't see your event here?
Let us know!


unittest series framework tool opinion zendframework2 language phpunit example development podcast application interview object testing introduction code functional community release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework