Thursday, 1 February 2007
Create AJAX Requester Objects with Abstract Factory Classes in PHP 5 Part 2 |
| |
|
| |
In the second article of a three part series, Alejandro Gervasio speaks about how to use an abstract factory class to create AJAX HTTP requester objects. 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 demonstrates how to apply the abstract factory pattern to create diverse AJAX HTTP requester objects, which can be used in distinct contexts.
|
| |
|
Read the Article
|
| |
|
|
| |
|
|
| |
|