Found 2 blog posts with the tag "Extensions"

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]

Extending DQL in Doctrine 2: User-Defined Functions

Posted about 1 year ago by beberlei

By default DQL supports a limited subset of all the vendor-specific SQL functions common between all the vendors. However in many cases once you have decided on a specific database vendor, you will never change it during the life of your project. This decision for a specific vendor potentially al... [read more] [0 Comments]