News Feed
Jobs Feed
Sections




News Archive
PHPEasy.co.uk:
Design Patterns - The Singleton Pattern
July 16, 2012 @ 10:54:40

PHPEasy.co.uk has a new tutorial posted introducing one of the most common (and often misused) design patterns out there - the Singleton pattern.

In this first tutorial in the design pattern series we are going to investigate and implement the singleton design pattern. [...] A design pattern is a common solution to a given problem, problems in programming tend to recur and we often find ourselves trying to solve the same issues over and over. The common techniques that provide solutions to these problems can be referred to as design patterns.

He talks about some of the most common uses for the Singleton pattern (mainly replacing a global variable) and includes an example of using one to fetch a database object.

0 comments voice your opinion now!
singleton designpattern tutorial example


blog comments powered by Disqus

Similar Posts

DevShed: Building Interpreter Classes with PHP 5

Felix Geisendorfer's Blog: Setting up Xdebug on Mac OS X (or Win32 / Linux)

Jani Hartikainen's Blog: Using a builder to construct complex classes

Flexandair.com: Setting Up Zend_Amf

Lorna Mitchell: Installing PEAR Packages Offline


Community Events











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


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

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