Tuesday, 20 March 2007
Article: Work with Template Classes in PHP 5 |
| |
|
| |
Alejandro Gervasio, in the first article of a two part series introduces you to the basic concepts of the template classes. He says, template classes can be interesting within the vast area of pattern-oriented programming. Over the course of this series, he will demonstrate how to implement this design pattern with hands-on examples.
He says this pattern is unusual, particularly because the base template class has considerable control over how the respective subclasses must work.
He gives the following sections to explain the template classes:
|
| |
|
Read the Post
|
| |
|
|
| |
|
|
| |
|