This package can be used to manage database table records as objects using the Active Record design pattern.
The main class takes as parameters a database access object (DAO), the name of a table and the key field.
The class can create, retrieve, update and delete database record mapping class variables to table field values.
The database access is done by the DAO class. Currently there DAO classes to access MySQL databases and to use ADODB classes.
| Not yet rated by the users |
| |
Applications that use 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.
| |
Files |
|
|
| File |
Role |
Description |
adodb.php |
Class |
Simple ADOdb wrapper if using non-MySQL |
db.php |
Class |
Generic database interface (used by dbi.php) |
dbi.php |
Class |
Main interface class |
example.php |
Example |
Example usage |
mysql.php |
Class |
MySQL Implementation of DB Interface |