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

PHPMaster.com: Understanding the Command Design Pattern

Community News: MySQL patch mysql_real_escape_string()

Chris Hartjes' Blog: Converting Legacy Apps to CakePHP, Part 2

Edin Kadribasic's Blog: PHP 4.4.3 for Windows with 5.0.22 MySQL libraries

Ryan Malesevich's Blog: iTunes Stats for Macintosh with PHP & MySQL Part 1


Community Events











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


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

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