Thursday, 8 February 2007
Article: Work with Online Forms to Create Abstract Factory Classes in PHP 5 |
| |
|
| |
In the final article of a three part series, Alejandro Gervasio speaks about how to work on online forms to create Abstract Factory Classes in PHP 5. In this series, he explains how the abstract factory pattern can be useful if you are developing a PHP application that needs to create diverse objects in multiple contexts. This series also attempt to teach you how to create abstract factory classes in PHP 5 with examples on the topic.
In the first article of the series, he explained how to use the abstract factory pattern to create different types of DIV elements with examples.
In the second article of the series, he demonstratesdemonstrated how to apply the abstract factory pattern to create diverse AJAX HTTP requester objects, which can be used in distinct contexts.
In this final article, he is going to show you how to use an abstract factory class to create distinct types of form objects, logically depending on the context where they will be utilized.
|
| |
|
Read the Article
|
| |
|
|
| |
|
|
| |
|