-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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)
Doctrine branch adds Doctrine ORM resource plugin.
Phptal branch adds PHPTAL resource plugin.
Note that each of Zend Framework, Doctrine and PHPTAL libraries should be in include_path,
since they are not included in the repository.