Databases: Mysql record set
Martin Grund (contact me)
This class gives you the possibility to navigate through MySQL record sets and manipulate the stored information.
It just takes a SELECT statement and the class takes care of the other operations that you may want to perform, like for instance: updating records, deleting records, adding a new record, filter records according to a criteria.
The class is meant to be used by those who just want easy access to their database table records and do not want to deal SQL too much.
Click here for detailed information about this class on phpclasses.org