ZF-10076: Zend_Application (FC plugin) documentation does not mention "actionHelperPaths" config option
Description
The documentation for Zend_Application (http://framework.zend.com/manual/en/…) neglects to mention that you may specify action helper paths via (via the front controller resource plugin):
resources.frontController.actionHelperPaths.HELPER_HERE = "My/Helper/Here"
Comments
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2010-07-16T14:15:12.000+0000
Fixed on trunk. Thank you for reporting this issue.