News Feed
Jobs Feed
Sections




News Archive
Jordi Boggiano's Blog:
Multiton base class
December 30, 2008 @ 11:17:49

In this recent post Jordi Boggiano looks at a different sort of design pattern - a sort of extension of the Singleton pattern: Multition.

While I like the Singleton pattern every now and then, I prefer the flexibility that the Multiton potentially offers, and well it's just an extended version of the Singleton, so it's "compatible" with the Singleton model. Anyway, to the point, PHP5.3 is coming, and with Late Static Binding you can do a base Multiton (or Singleton if you insist), which wasn't possible before. Now I like this very much because you can simply extend it rather than rewriting those (few, I know, but still) lines each time.

Included in the post is an example of the design pattern showing how to create its structure in the class and use it to grab the same or unique instances (defined with an ID).

2 comments voice your opinion now!
multiton base class singleton php5 latestaticbinding lsb


blog comments powered by Disqus

Similar Posts

David Coallier's Blog: Namespaces has PHP 5.3 (Or the other way around)

DevShed: Processing File Data with Template Classes in PHP 5

Gonzalo Ayuso's Blog: Runtime Classes. A experiment with PHP and Object Oriented Programming

PHPHacks.com: Creating charts with JGraph

Michael Kimsal's Blog: magic __get and __set style?


Community Events











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


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

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