This package uses the Active Record design pattern to map database table records to objects.
It provides a base class from which all classes that map database tables should inherit.
The sub-class should define the table it is wrapping, the primary key field and variables to store the table field values.
The base class can query the database to retrieve the list of fields of the specified table. It can also perform all the basic operations of INSERT, SELECT, UPDATE and DELETE the mapped table rows.
This package uses ADODb database abstraction package so it can support multiple databases.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (68.8%) |
Sufficient (62.5%) |
Not sure (50.0%) |
Not sure (50.0%) |
- |
- |
Not sure (50.6%) |
1287 |
| Month: |
Not yet rated by the users |

If you know an application of this package, send a message to the
author to add a link here.