PHP Classes

My Active Record: Map objects to MySQL database table rows

Recommend this page to a friend!
  Info   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum (6)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 72%Total: 6,681 This week: 1All time: 307 This week: 560Down
Version License Categories
myactiverecord 1.0.0BSD LicenseDatabases, Design Patterns
Description 

Author

This class can be used to map objects to MySQL database rows using Martin Fowler's Active Record design pattern as popularised by Ruby on Rails.

It can store and retrieve objects in MySQL tables with minimal configuration.

Applications can use sub-classes of this base class to create application domain objects that support relationships, data validation, compound properties, clean ups and transactions.

This base class looks up the columns in a MySQL database tables automatically, and translates these to object properties.

Picture of Jake Grimley
Name: Jake Grimley <contact>
Classes: 1 package by
Country: United Kingdom
Age: 49
All time rank: 41420 in United Kingdom
Week rank: 411 Up12 in United Kingdom Up

  Files folder image Files  
File Role Description
Files folder imagedoc (3 files)
Accessible without login Plain text file example.php Example example script featuring various methods
Plain text file MyActiveRecord.0.4.php Class Source Code

  Files folder image Files  /  doc  
File Role Description
  Accessible without login HTML file api.html Doc. API documentation
  Accessible without login HTML file background.html Doc. Discussion of where MyActiveRecord comes from, and how it differs from other ActiveRecord interpretations in PHP and Ruby on Rails
  Accessible without login HTML file howto.html Doc. Detailed exploration of class features and functionality

 Version Control Unique User Downloads Download Rankings  
 0%
Total:6,681
This week:1
All time:307
This week:560Down
User Ratings User Comments (1)
 All time
Utility:91%StarStarStarStarStar
Consistency:86%StarStarStarStarStar
Documentation:92%StarStarStarStarStar
Examples:85%StarStarStarStarStar
Tests:-
Videos:-
Overall:72%StarStarStarStar
Rank:198
 
I have not used this class yet, in anger so to speak.
15 years ago (Chris Rigg-Milner)
77%StarStarStarStar