News Feed
Jobs Feed
Sections




News Archive
DevArticles.com:
Singletons in PHP
December 06, 2011 @ 10:17:33

On DevArticles.com today there's a new tutorial posted talking about one of the more popular design patterns, the Singleton, and how it can be implemented in PHP.

Though in the past they enjoyed both popularity and a certain amount of prestige, without a doubt Singletons have progressively become one of the most evil and despicable villains in object-oriented design. Singletons earned their bad reputation for a reason: bringing them to life requires the programmer to deal at least with a static method. This is simply an elegant masquerade for creating a global access point (which in most cases is mutable as well) throughout an entire application. And we all know that global, mutable access is unquestionably a bad thing that must be avoided at all costs.

In this first part (of two) of the series they introduce the Singleton pattern and show how, via an example of using a database adapter interface to work with a MySQL database, in a tightly coupled example. In the second part of the series, they'll show how to break these apart using dependency injection.

0 comments voice your opinion now!
singleton designpattern dependencyinjection di mysql database adapter interface


blog comments powered by Disqus

Similar Posts

DevShed: Working with Strings and the Composite Pattern in PHP 5

Brent Meshier's Blog: Blocking visitors by country using PHP & MySQL

PHPMaster.com: Working with Dates and Times in PHP and MySQL

Chris Jones' Blog: PHP OCI8 1.3 RPM is now on ULN

Job Posting: SumEffect Software Seeks PHP/MySQL Programmer (Franklin, TN)


Community Events











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


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

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