Skip to content
taat edited this page Sep 13, 2010 · 9 revisions

This project starts with basic Zend Framework application created by Zend_Tool and it is extended by adding new Zend_Application resource plugins.

index.php is almost whole moved to /application/application.php (without dispatching)

Resource branches

Doctrine branch.

Doctrine branch adds Doctrine ORM resource plugin.

PHPTAL branch

Phptal branch adds PHPTAL resource plugin.

Includes

Note that each of Zend Framework, Doctrine and PHPTAL libraries should be in include_path,
since they are not included in the repository.

Clone this wiki locally