Databases: GV RecordSet Class
Ruben Sekiji Negrao Doi (contact me)
This class can be used to retrieve database query result records.
It opens a connection to a server of one of the supported database types and executes a given SQL query.
The class retrieves the results into an array class variable so it can provide a way to browse back and forth the different records contained in the results.
Currently it supports querying MySQL databases but other databases may be supported in the future.
Click here for detailed information about this class on phpclasses.org