The Singleton and Factory Patterns in PHP: Working With Singletons

Wednesday, November 30th, 2005

In this fourth part of the series covering the Singleton and Factory Design Patterns in PHP we will discuss issues stemming from the fact that PHP 4 does not have an abstract class. Since we found it useful in the previous article to define the form element factory class ...