Doctrine and Zend Framework
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

CSS Zend Garden
KingCrunchs kleine Welt