PHP Classes / Database-Connection

Database access abstraction layer

Database-Connection PHP Class

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.

Similar PHP Classes

Search in PHP Classes

Filter by tags