I would like to start developing with Zend Framework and I would like to use zf2. Since I use Doctrine 2, can you suggest some tutorials to help me to integrate it in zf2? Thanks!
|
feedback
|
|
There is an officially supported Doctrine Module for ZF2 now: Jason Grimes wrote a tutorial featured on phpdeveloper.org which should point you into the right direction. Basically your way goes like this:
| |||
|
feedback
|
|
Update: I researched this a little further and it sounds like native support for Doctrine 2 in Zend Framework 2 is still in the works. I recommend keeping an eye on this Github Gist to monitor how the progress is coming along. In the meantime, you might want to check out the repository zf2-doctrine-provider from Michiel Staessen. There's no documentation for it yet, but it would be a logical next-step once you're up to speed on how the Bisna library works in ZF 1.x. I'm encouraged to see that most of the discussion around ZF2 native support for Doctrine has been focused on flexibility. It's my hope (and apparently others too) that using Doctrine in Zend Framework won't be an either/or choice but rather an option for building specific portions of a solid and flexible domain model. Original Post: Fortunately most of the main resources for learning ZF 1.x + Doctrine took into account the migration to ZF2. They don't cover native support for Doctrine in ZF2, but they should help you get started with many of the main principles. Zendcasts has an excellent Doctrine 2 tutorial series starting with "Unit Testing Doctrine 2 Entities." Be sure to watch the videos that follow it also, as Jon L. (the presenter) continued to incorporate best practices as he progressed through the videos. Zend Technologies has a definitive webinar titled "Zend Framework v1 + Doctrine v2". The presenters specifically discuss how they structured the sample application to accommodate the ZF2 migration. As for ZF2 native support, I haven't found anything yet either. Rob Allen's well-known ZF2 tutorial uses Zend\Db and there's no Doctrine coverage (yet) in Nick Belhomme's "Zend Framework 2.0 Cookbook." Good luck getting started and please post any good resources you find on ZF2/D2. | |||||||||
feedback
|