Monthly Archives: November 2007

One Step Closer to an Abstract Singleton

The singleton is an incredibly useful pattern in PHP for many reasons. I tend to find myself using them when I know I should be using static classes, but can’t because of PHP’s lack of proper class name discovery in … Continue reading

Posted in Code, Design Patterns, PHP | 3 Comments