Zend Framework 1 and Doctrine 2 integration – modular setup
This is a follow up post to my previous “Zend Framework 1 and Doctrine 2 integration“.
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
Related posts:
- Zend Framework 1 and Doctrine 2 integration
- ZF, Doctrine and Unit Tests
- Beautify Zend Framework project error pages
- Doctrine tricks
- ZF authentication using Doctrine
Tags: Doctrine - Zend Framework

Thanks in advance.