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

Share this article on:
  • Facebook
  • Twitter
  • Google Bookmarks
  • Digg
  • del.icio.us
  • LinkedIn
  • MySpace
  • email
  • Live
  • Reddit
  • RSS
  • StumbleUpon

Related posts:

  1. Zend Framework 1 and Doctrine 2 integration
  2. ZF, Doctrine and Unit Tests
  3. Beautify Zend Framework project error pages
  4. Doctrine tricks
  5. ZF authentication using Doctrine
Categories: Doctrine - PHP - Zend Framework
 
[...] via Zend Framework 1 and Doctrine 2 integration – modular setup. [...]
lspee
At the moment your project is running on Doctrine 2.0.0 ALPHA 4, currently Doctrine 2.0.0 is at BETA 2. Are you going to update your code to the latest 2.0.0 BETA or to the stable (once it’s released) in the future?

Thanks in advance.
3 August 10 at 23:35
I think you should be able to just drop the latest Doctrine into the library folder and it should just work … If I get time, I’ll look at upgrading Doctrine to its latest version and see if things still work.
3 August 10 at 23:49