News Feed
Jobs Feed
Sections




News Archive
feed this:

PHP-Tip-a-Day:
PHP Tutorial The Legend of the Singleton
June 13, 2012 @ 09:02:36

Following his recent allegory about the Factory pattern (as described in story form) Greg Bulmash has posted the Legend of the Singleton to help with your understanding this pattern.

The Singleton pattern provides an interface to let your application always pull out the same object (or make a new one if it needs to).

His legend talks about kings, mythological data sources and the overloading of multiple "hoses" (connections) to it. Also included is a code example showing a simple database class that includes a "getInstance" method acting as the Singleton to return either a new or the (same) current instance.

0 comments voice your opinion now!
legend story singleton designpattern



Community Events











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


interview development database opinion series language community podcast functional introduction unittest rest testing symfony2 zendframework2 phpunit usergroup framework release conference

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