Databases: ai_DB_table
Andrea Iacoponi (contact me)
This class provides functionalities for dealing with MySQL DB tables hiding some complexities related with the use of SQL commands. It is based upon the PHPLIB MySQL class.
It abstracts record sets so you can easily select, insert, delete and modify rows into the table on a per row basis.
Data conversion support and some basic formatting are provided.
Since the class is Web-oriented, it also provide methods for HTML output generation.
Click here for detailed information about this class on phpclasses.org