Database-Connection
Package:
Summary:
Database access abstraction layer
Groups:
Author:
Description:
This class implements a database access abstraction layer.
It provides a single interface to access MySQL using the regular mysql extension, or the MySQLi, or any database supported by the PDO extension.
The class can establish connections, manage transactions, execute prepared queries, retrieve query results into arrays, get the number of query result rows, and the last inserted identifier.
It provides a single interface to access MySQL using the regular mysql extension, or the MySQLi, or any database supported by the PDO extension.
The class can establish connections, manage transactions, execute prepared queries, retrieve query results into arrays, get the number of query result rows, and the last inserted identifier.
Comments are closed.