|
|
| Name: |
PDO ActiveRecord |
| Base name: |
pdo-active-record |
| Description: |
Store and retrieve objects from databases with PDO |
| Related classes: |
activeRecord, active record |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
BSD License |
| All time users: |
717 users |
| All time rank: |
3786 |
| Week users: |
2 users |
| Week rank: |
1632 |
| |
|
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.
| 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 |
|
|