Found 2 blog posts with the tag " activerecord"

A Doctrine ORM/ODM Base-Class

Posted 3 months ago by beberlei

One of most common complaints about Doctrine2 is the requirement to write getters/setters for all the fields and assocations of every entity. A concern that immediately follows is that Doctrine 2 is not suitable for Rapid-Application-Development. The problem is purely a usability concern and the... [read more] [0 Comments]

Write your own ORM on top of Doctrine2

Posted about 1 year ago by beberlei

The Doctrine ActiveEntity Extension is just an experiment, nothing that will be developed much further from the Doctrine Dev Team. It is only a show-case for what is possible with Doctrine2. Please feel free to take the code and develop it further. Did you feel the urge to write your own ... [read more] [0 Comments]