PHP Classes

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    
Ratings Unique User Downloads Download Rankings
StarStar 39%Total: 2,371 All time: 1,647 This week: 363Up
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
Age: 44
All time rank: 104414 in Bangladesh Bangladesh
Week rank: 312 Up6 in Bangladesh Bangladesh Up

  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,371
This week:0
All time:1,647
This week:363Up
User Ratings User Comments (1)
 All time
Utility:62%StarStarStarStar
Consistency:81%StarStarStarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:39%StarStar
Rank:3807
 
Its seem like the idea from CakePHP.
15 years ago (felix chua)
45%StarStarStar