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

DevShed: More Examples of Creating Command Objects with PHP 5

PHP Thinktank Blog: AJAX with Elazar (IRC Talk Series)

Adobe Developer Source: Using PHP and Flex to Browse a MySQL Database

Jan Lehnardt's Blog: REST Controller for PHP Applications

HowToForge.com: The Ultimate Media Server - Apache+SSL , PHP, MySQL and Jinzora


Community Events











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


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

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