News Feed
Jobs Feed
Sections




News Archive
Michael Girouard's Blog:
One Step Closer to an Abstract Singleton
November 27, 2007 @ 09:37:00

Michael Girouard has pointed out that things in the PHP world are one step closer to being able to create an abstract Singleton object via a simple script he's shared.

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 extended static classes.

[...] And that works like a charm every time. The problem is, in one application there may be several classes that need to be singletons. In which case my first thought was to build an abstract singleton.

Unfortunately, it didn't quite work like he'd thought it would. He did, however, come up with something that did work - creating an interface and making an abstract implementation of it (code example for this included).

0 comments voice your opinion now!
abstract singleton designpattern implements interface abstract singleton designpattern implements interface


blog comments powered by Disqus

Similar Posts

OpenSky Blog: Inheritance in PHP, or why you want to use an Interface or an Abstract class...

DevShed: Polymorphism, Design Patterns, and PHP Programming

DevShed: The Basics of Abstract Factory Classes in PHP 5

Vinu Thomas' Blog: PHP and Serial Ports

Adam Jensen's Blog: Spades and the Strategy Pattern


Community Events











Don't see your event here?
Let us know!


series conference example framework opinion podcast unittest phpunit testing tool development community code application release introduction functional zendframework2 language interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework