News Feed
Jobs Feed
Sections




News Archive
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


blog comments powered by Disqus

Similar Posts

PHPMaster.com: An Introduction to the Front Controller Pattern, Part 1

PHPit.net: Using globals in PHP

Web Builder Zone: Real-life closures examples...for real

DevShed: Handling Cookies and File Data with the Factory Pattern in PHP 5

PHP-Tip-a-Day: PHP Tutorial: King Floyd and the Seventeen Princes - A Tale of the Observer Pattern


Community Events











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


development phpunit opinion database introduction framework community zendframework2 unittest language functional example code composer api testing series interview podcast release

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