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.
| Project record: |
myactiverecord |
| Popularity score: |
27.77 |
| Vitality score: |
47.37 |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (92.9%) |
Good (88.1%) |
Good (94.0%) |
Good (86.9%) |
- |
- |
Sufficient (73.3%) |
100 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| Big in Poland |
A small spike in Polish traffic to our blog, lead me to this article, discussing my MyActiveRecord MySQL/Object Mapping class... |
| MyActiveRecord - New Release |
I’ve finally got it together to release an update to the MyActiveRecord class... |
| Start. Stage 3 - Realization. |
After a short pause, I am continuing this series of articles about writing a start service... |
| |
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 |
api.html |
Doc. |
API documentation |
background.html |
Doc. |
Discussion of where MyActiveRecord comes from, and how it differs from other ActiveRecord interpretations in PHP and Ruby on Rails |
howto.html |
Doc. |
Detailed exploration of class features and functionality |