Elink Media posts a followup;
I’ve created a new branch on my Github project “zf1-doctrine2″. The “modular_setup” branch shows how we could setup Zend Framework with the modular approach, while still be able to use Doctrine 2 as the ORM for each module.
Oh well, the idea is to make each module decoupled with the rest of the application, so really, you could use whatever database handling mechanism in each module.
Check it out from my Github project here.
Reference
via Zend Framework 1 and Doctrine 2 integration – modular setup.