Databases: DbQueryManager
Richard Bartholf (contact me)
This is simple MySQL database access wrapper class.
It executes SQL queries and lets the result records records be fetched iteratively with a call to the movenext function.
It manages the opening and closing of database connection transparently when needed.
After executing a query it may also retrieve the number of affected rows or the id of a auto-incremented row when an insert query executed.
Click here for detailed information about this class on phpclasses.org