This class can be used to store and retrieve objects in a relational database using the Active Record design pattern.
It can initialize an object that is mapped to a given database table turning table fields into variables of the object class.
The class may optionally load object variable values from GET or POST values.
The class also supports relationships in order to retrieve related objects into an array.
When an object is changed, the class may also take care of of updating the respective database table record.
The database access is implemented by a separate database abstraction layer (DAL) object.
Currently this package comes with a MySQL DAL class but others may be provided to support other databases.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (66.7%) |
Good (91.7%) |
- |
- |
- |
- |
Not sure (42.5%) |
1565 |
| Month: |
Not yet rated by the users |
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.