Databases: Simple OO Database Class
Mario Mueller (contact me)
This class implements a simple database abstraction interface to access databases.
It provides an abstract class that defined base methods to establish a database connection to a MySQL database.
It also provides an implementation class that extends the base abstract class and implements functions to executing MySQL database queries and retrieve query results in arrays.
Click here for detailed information about this class on phpclasses.org