Simple and small DB class

Package:
Simple and small DB class
Summary:
Access to a MySQL database using a singleton
Groups:
Databases, Design Patterns, PHP 5
Author:
sifat kabir
Description:
This class can be used to access to a MySQL database using a singleton.

It creates a single instance of the class that can establish MySQL database connections, execute SQL queries, retrieve the number of result rows and retrieve the results in a single array.


Powered by Gewgley