background preloader

Zend/Doctrine

Facebook Twitter

Zend Framework 1.11 + Doctrine 2 – Let’s play nice, part 1. Zend Framework 1.11 + Doctrine 2 – Let’s play nice, part 1 Greetings!

Zend Framework 1.11 + Doctrine 2 – Let’s play nice, part 1

Welcome to my probably wrong but hopefully right series on integrating Doctrine 2 with Zend Framework! I’m a huge fan of frameworks and object relational mappers (ORM’s) like many developers. Recently (okay, maybe not so recently) I started working on Blitzaroo and immediately decided upon the Zend Framework along with Doctrine 2. Dynamicguy/zf1doctrine2 - GitHub. Installing Doctrine ORM in a Zend Framework Application. UPDATE: 2012-04-30 The instructions below have been updated for compatibility with Zend Framework 1.11.11 and Doctrine 2.2.2 .

Installing Doctrine ORM in a Zend Framework Application

There are a number of methods for integrating Doctrine into a Zend Framework application. Many of the examples on the web detail how to configure and initialise Doctrine using your applications bootstrap however I prefer using resource plugins. The following describes how I get Doctrine up and running for a Zend Framework application using a resource plugin.