Creating a MySQL Database Class Using the Singleton Design Pattern
in PHP added by thatspoppycock, on 24/3/2009 design patterns mysql oo programming php5 singleton
Using the Singleton Pattern is a simple way to limit the number of instances of an object to just one, helps keep database connections organized, and saves memory. This tutorial will help you create a MySQL database class using this popular design pattern.
1 comment save report
THEJOKER 0 points on 4/5/09
