A few times a year I end up thinking about ORM (ActiveRecord) variations. This is where they're all going to live. Maybe if I convert the ideas to code they'll stop haunting me ... The latest version is in the src/Norma folder.
Norma attempts to make common CRUD operations a snap, allows you to "chain" through to related objects, and gets out of your way when you need to write SQL.
- PHP 5.3 and later
- My dbFacile project
I'm so thankful for late static bindings which arrived in PHP 5.3.