News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

PHPEveryDay.com: New Tutorials Posted (Web Content/Networking)

DevShed: Handling Static Data with PHP 5

PHP-Tools Blog: New releases of patTemplate and patForms

Evolt.org: Working With Fractions In CSS and PHP

Zend Developer Zone: The value of Web services for PHP


Community Events







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


mysql framework PHP5 package code developer releases example database ajax application job release conference zendframework cakephp zend PEAR security book

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