If you read my post regarding how to integrate Doctrine using the Zend Framework, you might also be interested in this post written by Matthew Weier O’Phinney on how to autoload Doctrine and Doctrine entities using the Zend Framework.
Posted February 12th, 2011. Add a comment - 1 pingback / trackback
Doctrine is one of the most common ORM tools for PHP and Zend Framework is one of the best PHP application frameworks. So, bringing together Doctrine and the Zend Framework is like bringing together vanilla and chocolate ice cream (or whatever your favorite ice cream flavors are ;-)).
ORM is short for Object Relational Mapping and is basically a concept that helps you to bridge the gap between objects in object-oriented programming languages and records in relational database systems. This tutorial will show you how to use Doctrine in a Zend_Framework application. Continue Reading
Posted May 1st, 2010. 4 comments - 3 pingbacks / trackbacks