This class can be used to store and retrieve objects from databases with PDO.
It implements the Active Record design pattern to create, retrieve, update and delete objects that are mapped to given database tables.
The class implements lazy loading so when a class variable is accessed before the respective database record was retrieved, it executes a query to get the class variable values from the database.
|
|
| Name: |
PDO ActiveRecord |
| Base name: |
pdo-active-record |
| Description: |
Store and retrieve objects from databases with PDO |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
BSD License |
| All time users: |
806 users |
| All time rank: |
3716 |
| Week users: |
4 users |
| Week rank: |
693  |
| |
|
| There are not enough user ratings to display for this class. |
| |
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 |
|
|