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

WebReference.com: Access Control (in a PHP5 CMS)

Maarten Balliauw's Blog: Office 2007 SpreadsheetML classes in PHP

Henri Bergius' Blog: Next Midgard will be PHP5 only

Tim Koschuetzki's Blog: Parsing XML With The DOM Library

DevShed: Completing a Web Site Template using Inheritance in PHP 5


Community Events









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


podcast community example event code introduction unittest functional opinion testing zendframework2 tool release object development interview language framework composer api

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