Categories
Tags
Tag Archives: zend framework
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 . There are a number of methods for integrating Doctrine into a Zend Framework application. Many of the examples on the web detail … Continue reading
Zend Framework Application Setup
Over the past several years I’ve created a number of Zend Framework applications. For my projects I’ve found that a “module” based directory structure works best. The following describes how I setup my applications using a modular based directory structure.