Databases: dbwrap
Eugene (contact me)
Provides a number of functions to make it easier to work with MySQL, without a need to actually using mysql_xxxx functions, making it easier to switch to a different database.
Supports SELECT, INSERT, UPDATE, and DELETE queries only, first because of security reasons, second - other queries are just not really needed for web development.
Click here for detailed information about this class on phpclasses.org