Details
Description
I'm following the manual for creating a custom Zend_Tool_Framework provider [1] in Zend Framework 1.10 (tested both beta1 and rc1)
My custom provider is never found although my provider and manifest are in the include_path.
This seems to be because Zend_Tool_Framework_Client_Console is now forcing the use of the BasicLoader in
Zend_Tool_Framework_Registry.
Previous zf version (I checked both 1.9.7 and 1.9.6) defaulted to the IncludePathLoader.
I can't find a way to override this new behaviour
Issue Links
| This issue is related to: | ||||
| ZF-9397 | Can't use project related providers |
|
|
|
To provide some more information, my current setup:
/local/www/library/My `-- Tool |-- HelloProvider.php `-- Manifest.phpMy/Tool/Manifest.php:
My/Tool/HelloProvider.php
Command I am using:
/local/www/library/My `-- Tool |-- HelloProvider.php `-- Manifest.php