News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Implementing the Singleton Pattern in PHP 5
November 24, 2010 @ 13:44:13

If you haven't taken much of a look at design patterns and how they can help your development life, the Singleton pattern is a good place to start. On PHPBuilder.com there's a new tutorial introducing this handy pattern and how it might fit your needs.

One of these patterns is the Singleton design pattern, which is based on the mathematical concept of a singleton (a set with a single element). [...] Sometimes the Singleton pattern can help complete important programming tasks, but only you can decide where and when it fits your needs. As a pointer, the Singleton pattern fits well when you manage a shared resource [...] because your application should have only a single instance in order to avoid conflicting requests for the same resource and to minimize performance issues.

He shows an example of how to implement it, first as a class template and then in actual use (complete with code ready to copy and paste). He also shows how you can use the singleton pattern to act as a frontend to other classes, making a sort of polymorphism simple. Thankfully, he also explains some of the risks in using this design pattern and that "less is more".

1 comment voice your opinion now!
singleton designpattern tutorial polymorphism


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Advanced Regular Expression Tips and Techniques

Stefan Koopmanschap: Data migration with Doctrine2

SitePoint.com: The CakePHP Framework: Your First Bite

BillS' IIS Blog: How to install PHP on IIS7 (RC1)

Mike Wallner's Blog: Dropping server load with HTTP caching


Community Events











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


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

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