Databases: DAO
Georgi Momchilov (contact me)
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 driver to access MySQL databases.
Click here for detailed information about this class on phpclasses.org