|
DevShed: The Basics of Abstract Factory Classes in PHP 5 |
With a new addition to their evergrowing list of tutorials looking at design patterns, Devshed sets its sights on abstract factories in this new edition. Fear not, because in this threepart series, I'm going to show you how to create an abstract factory class with copious friendly handson examples. Hopefully, by the end of this series, you should have a more intimate knowledge of how this useful pattern works.They introduce the pattern what it is and what it can do for you before showing how to define a small example of it by creating DIVs on your page. |