Databases: SunMatDB
Mattias Sundberg (contact me)
This is actually three classes combined: DB, RS and ROW.
The DB class opens a connection to the database, executes queries and takes care of the error handling.
The RS class takes care of traversing the actual result set including the prev() and next() methods.
The ROW class wraps one row of the result set that is returned from a RS object when prev() or next() methods are called.
Click here for detailed information about this class on phpclasses.org