PHP Classes / DAO

Database access wrapper providing query queueing

DAO PHP Class

This package is a SQL database access wrapper. It can establish database connections to one of several possible database server slaves. The class can execute queries immediately or store the SQL statements in a queue file execute the queries all at once some time later. The class also supports managing transactions and retrieving result sets all at once into arrays. Currently it comes with an implementation class to access MySQL databases.

Similar PHP Classes

Search in PHP Classes

Filter by tags