Databases: mysqlfuns
Joćo Pereira (contact me)
This package contains two classes that wrap around MySQL database access functions.
The first class is meant to establish a database connection. The other class is called RecordSet and is meant to provide an interface to execute the most common types of SQL queries.
The RecordSet class provides separate functions to execute SELECT, INSERT, UPDATE and DELETE SQL queries, as well functions to retrieve the query results, and create, alter and drop tables.
Click here for detailed information about this class on phpclasses.org