News Feed
Jobs Feed
Sections




News Archive
PHPRiot.com:
Singleton Classes in PHP
March 22, 2010 @ 08:11:19

On PHPRiot.com today there's a new tutorial teaching you about singleton classes in PHP and how they can be used to simplify things in your application.

In this PhpRiot Snippet I will show you how to create and use singleton classes. A singleton class is a class that can instantiated once only. While it may not come up frequently, it can be a useful technique when it simply doesn't make sense to have than one instance of a class.

He shows how, by following a few rules, you can make a sample class that will only create and pass back a new instance of itself if ones doesn't already exist. It's a simple concept, but it can come in quite handy in the right situations. Just be sure you use them wisely.

0 comments voice your opinion now!
singleton class tutorial


blog comments powered by Disqus

Similar Posts

NetTuts.com: Building Web Applications from Scratch with Laravel

Query7.com: Writing a module for Kohana3

Codewalkers.com: New Tutorial - Coding \"Best Practices\" - or at least \"Better Practices\"

ThinkPHP Blog: Spooky Action at not so much Distance

WebSpeaks.in: Extract the Content of Zip file Using PHP


Community Events











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


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

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