Original Content

Integrating Zend Framework and Doctrine

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.

Published: April 18th, 2008 at 7:07
Categories: News, Zend Framework

3 comments to “Integrating Zend Framework and Doctrine”

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

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