PDO Singleton
Package:
Summary:
Database access singleton using the PDO extension
Groups:
Author:
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.
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.
Comments are closed.