AR DB Interface

Package:
AR DB Interface
Summary:
Manage table records as objects using ActiveRecord
Groups:
Databases, Design Patterns, PHP 5
Author:
dave gebler
Description:
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.


Powered by Gewgley