PHP Classes
elePHPant
Icontem

Active Relational Record: Store and retrieve objects from a database

Recommend this page to a friend!
  Info   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2008-03-27 (8 years ago) RSS 2.0 feedStarStarStar 42%Total: 2,292 This week: 3All time: 1,644 This week: 377Up
Version License PHP version Categories
activerelrecord 1.0.0Artistic License5.0PHP 5, Databases, Design Patterns
Description Author

This class can be used to store and retrieve objects in a relational database using the Active Record design pattern.

It can initialize an object that is mapped to a given database table turning table fields into variables of the object class.

The class may optionally load object variable values from GET or POST values.

The class also supports relationships in order to retrieve related objects into an array.

When an object is changed, the class may also take care of of updating the respective database table record.

The database access is implemented by a separate database abstraction layer (DAL) object.

Currently this package comes with a MySQL DAL class but others may be provided to support other databases.

Picture of Shaikh Sonny Aman
Name: Shaikh Sonny Aman <contact>
Classes: 2 packages by
Country: Bangladesh Bangladesh

  Files folder image Files  
File Role Description
Plain text file ActiveRelationalRecord.php Class Active Relational Record class source file
Plain text file ActiveRelationalRecord_v0.2.php Class Some bug fixed

 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,292
This week:3
All time:1,644
This week:377Up
User Ratings User Comments (1)
 All time
Utility:66%StarStarStarStar
Consistency:91%StarStarStarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:42%StarStarStar
Rank:2582
 
Its seem like the idea from CakePHP.
8 years ago (felix chua)
45%StarStarStar