Databases: Active Relational Record
Shaikh Sonny Aman (contact me)
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.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (66.7%)
| Good (91.7%)
| -
| -
| -
| -
| Not sure (42.5%)
| 1577 |
Click here for detailed information about this class on phpclasses.org