This package can be used to store and retrieve objects in a MySQL database following the Active Record design pattern.
There is a database access class that can perform several operations to store and retrieve objects from a MySQL database like finding objects by id or that match a given condition, create, update or delete given objects.
There is also a separate record class that should be extended by implementation record classes.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
DB |
record.php |
Class |
Record class |
DB.php |
Class |
Main DB class |