News Feed
Jobs Feed
Sections




News Archive
DevShed:
Working with Template Classes in PHP 5
March 19, 2007 @ 12:06:00

DevShed looks at another in their series of design patterns with this new article - a look at one of the simpler, more popular methods, the Template pattern.

A template class is a base class with some special abilities. First, it concretely implements one or more algorithms; second, it can determine which subclasses should use these algorithms. This article is the first part of a two-part series that introduces you to the basic concepts of this design pattern.

They create two simple classes that interface with MySQL to grab the template data from the database. On top of this, they build out a version of teh Template class, a set of methods to grab the formatted rows and return them back to the script. Finally, they use these results with a few helper classes (one for paragraphs, one for div tags) and create an example that outputs the formatted database information.

0 comments voice your opinion now!
template designpattern example tutorial html output database template designpattern example tutorial html output database


blog comments powered by Disqus

Similar Posts

Digett.com: How to Theme the Comment Form in Drupal 6

PHPMaster.com: Bulletproofing Database Interactions with PHPUnit's Database Extension

Chris Hartjes' Blog: The Devil’s In The Details (or, Handling Sequences in Postgres in CakePHP)

Matthew Weir O'Phinney's Blog: PHP globals for the OOP developer

DevShed: Working with Template Classes in PHP 5


Community Events











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


language release framework functional podcast introduction testing composer example unittest code zendframework2 community api database opinion development interview series phpunit

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