Integrating Zend Framework and Doctrine
rubenv |
3 comments | April 18th, 2008
Integrating Zend Framework and Doctrine
Covers two of the best PHP technologies currently available: Zend Framework, an Application Development Framework and Doctrine, an Object Relational Mapper and how you can combine them to create database backed applications easily.
This article will guide you through the steps needed to set up a project using both the Zend Framework and Doctrine. In a step-by-step way, we will set up a simple message board application.


3 comments to “Integrating Zend Framework and Doctrine”
June 15th, 2009 at 2:59 am
I have some updated info for usage with Zend Framework 1.8 at http://www.danceric.net/2009/06/06/doctrine-orm-and-zend-framework
April 5th, 2011 at 4:08 am
http://www.danceric.net/2009/06/06/doctrine-orm-and-zend-framework -> dead link
April 5th, 2011 at 4:14 pm
I’ve put the original content at this link, please note that this method should be use for learning purpose only, as there is now a semi-official doctrine integration available at https://github.com/beberlei/zf-doctrine