Details
-
Type:
Docs: Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.10.6
-
Fix Version/s: 1.11.0
-
Component/s: Zend_Application_Resource
-
Labels:None
-
Language:English
Description
The documentation for Zend_Application (http://framework.zend.com/manual/en/zend.application.available-resources.html) 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"
Fixed on trunk. Thank you for reporting this issue.