Marco Pivetta (Ocramius)

A tutorial for Doctrine 2 ORM with Zend Framework 2

A couple of weeks ago, I spoke about integrating Doctrine 2 ORM in Zend Framework 2 applications in a webinar that I prepared for @webinarsatzend.

You can find my slides at http://marco-pivetta.com/doctrine-orm-zf2-tutorial/.

Here's the presentation (consider reading the slides, since I will keep them updated):

The covered topics are all about DoctrineModule, DoctrineORMModule and DoctrineMongoODMModule, which provide the thin integration layer between ZF2 and the ORM or generally Doctrine's persistence oriented projects.

If you have suggestions or spot any problems/mistakes, please open an issue or a pull request at https://github.com/Ocramius/doctrine-orm-zf2-tutorial.

Tags: zf2, zendframework, doctrine, orm, php