Details
Description
I have a extended class in library/ in my project. When I run Zend_Tool, it cannot find a class in there:
zf create action help blocks 1 ip
Creating an action named help inside controller at /var/zf/application/modules/ip/controllers/BlocksController.php
Fatal error: Class 'Extended_Controller' not found in /var/zf/application/modules/ip/controllers/BlocksController.php on line 3
Extended_Controller is in:
library/Extended/Controller.php
With Zend_Tool 1.10 we are able to use Autoloading in the context of Zend_Tool_Project, which should solve this issue.
I'll rename it and convert it into a sub-task for 1.10 requirements.