News Feed
Jobs Feed
Sections




News Archive
Make Me Pulse Blog:
PHP 5 Design Pattern Singleton
November 22, 2007 @ 08:46:00

On the Make Me Pulse blog today, Antoine Ughetto takes a look at one of the more handy things in programming - design patterns. He specifically looks at the Singleton pattern this time - complete with explanations and code examples.

The singleton can be use in lot of different cases. In this example we will make a MySQL connection Singleton class. This will help us to always use the same connection.

The code not only shows how to make the class using the Singleton but how to use it in your app - calling it with a SQL statement to make your request.

1 comment voice your opinion now!
desgnpattern singleton example mysql desgnpattern singleton example mysql


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Initial notes on Zend_Application

DevShed: Creating the Blog Script for a PHP/MySQL Blogging System (Part 2)

Zend Developer Zone: Did you hear Sun was buying MySQL?

Nick Halstead's Blog: Bad code, bad data flow, good idea?

Jan Lehnardt's Blog: CouchDb Views with PHP


Community Events









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


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

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