Active record pattern: Difference between revisions

Content deleted Content added
Other languages: missing hyphen
Mancava un framework importante
Line 49:
* <span id="codeigniter">[[EllisLab#CodeIgniter|CodeIgniter]]</span> has a query builder it calls "ActiveRecord", but which does not implement the Active Record pattern. Instead, it implements what the user guide refers to as a modified version of the pattern. The Active Record functionality in CodeIgniter can be achieved by using either CodeIgniter DataMapper library or CodeIgniter Gas ORM library.
* [[Yii]]'s ORM also implements the active record pattern.<ref>{{cite web|title=The Definitive Guide to Yii: Active Record|url=http://www.yiiframework.com/doc/guide/1.1/en/database.ar}}</ref>
*Phalcon is also a framework built around these same principles.
* [[Propel (PHP)|Propel]] also implements the active record pattern.<ref>{{cite web|title=Propel: Active Record Reference|url=http://propelorm.org/documentation/reference/active-record.html}}</ref>
* Paris is A lightweight Active Record implementation for PHP5, built on top of Idiorm.<ref>{{cite web|title=Github: j4mie/paris|url=https://github.com/j4mie/paris}}</ref>