Completing a Web Site Template using Inheritance in PHP 5
Tuesday, July 17th, 2007Processing File Data with Template Classes in PHP 5
Monday, March 26th, 2007If you re looking for a friendly guide on how to implement the template design pattern with PHP 5 then this group of articles might be what you need. Welcome to the final installment of the series that began with Working with template classes in PHP 5. ...
Working with Template Classes in PHP 5
Monday, March 19th, 2007A 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 ...
Working with Multiple Template Files to Separate Logic from Presentation
Wednesday, May 17th, 2006Welcome to the last part of the series Separating logic from presentation. In three tutorials this series teaches you how to develop an expandable template processor class using PHP 5 which exposes some useful features such as recursive placeholder replacement MySQL result sets processing ...
Using a Template Processor Class in PHP 5
Tuesday, May 9th, 2006Welcome to part two of the series Separating logic from presentation. Comprised of three articles this series walks you through the development of an extensible template processor in PHP 5 which you might find quite useful for separating the logic of your PHP applications from their ...
Developing an Extensible Template Processor in PHP 5
Wednesday, May 3rd, 2006This is the first part of a three-part series that covers separating logic from presentation in PHP applications. In this article you will learn to develop a template system that is advanced enough to meet the requirements of a majority of applications.... (Advertisement) MKS for SEI Capability Maturity Model Level 3 ...
