Active record pattern: Difference between revisions

Content deleted Content added
Lmajano (talk | contribs)
ColdFusion: added another implementation of active record
Line 33:
 
The [[ColdFusion on Wheels]] framework has an implementation of the active record pattern. It is open source and has the added advantage of requiring no complex configuration.
 
The [[ColdBox Platform|ColdBox]] [https://coldbox-orm.ortusbooks.com/ cborm] Module has an implementation of the [https://coldbox-orm.ortusbooks.com/active-record/active-entity active record pattern] for [[ColdFusion Markup Language|ColdFusion]] ORM based on [[Hibernate (framework)|Hibernate]].
 
=== PHP ===