PDO Singleton

Package:
PDO Singleton
Summary:
Database access singleton using the PDO extension
Groups:
Databases, Design Patterns, PHP 5
Author:
Wilson Gomes
Description:
This class implements database access singleton using the PDO extension.

It creates a instance of the PDO object that acts as a singleton.

The class provides functions to access a database using the PDO object for executing queries, retrieving the results and managing transactions.


Powered by Gewgley