|
|
| Name: |
DB ActiveRecord style |
| Base name: |
db_activerecordstyle |
| Description: |
Store and retrieve objects in a MySQL database |
| Related classes: |
activeRecord, style |
| Version: |
0.1 |
| PHP version: |
5.0 |
| License: |
Free To Use But Restricted |
| All time users: |
701 users |
| All time rank: |
3835 |
| Week users: |
2 users |
| Week rank: |
1632 |
| |
|
 |
|
Innovation award
 Nominee: 1x |
This package can be used to store and retrieve objects in a MySQL database following the Active Record design pattern.
There is a database access class that can perform several operations to store and retrieve objects from a MySQL database like finding objects by id or that match a given condition, create, update or delete given objects.
There is also a separate record class that should be extended by implementation record classes.
| 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 |
|
|
| File |
Role |
Description |
DB (1 file) |
DB.php |
Class |
Main DB class |
| File |
Role |
Description |
record.php |
Class |
Record class |