Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.5
-
Fix Version/s: 1.9.6
-
Component/s: Zend_Application
-
Labels:None
Description
The documentation for Zend_Application_Resource_Layout shows the below example
resources.layout.Path = "/path/to/layouts"
The "Path" key is incorrect and should be "layoutPath" as per the Zend_Layout options.