ZF-3438: Zend_Form config documentation prefixPath(s)
Description
In this page: http://framework.zend.com/manual/en/…
In the example there is a bug:
prefixPaths.element.prefix = "My_Element" prefixPaths.element.path = "My/Element/" elementPrefixPaths.validate.prefix = "My_Validate" elementPrefixPaths.validate.path = "My/Validate/"
All the four Paths above should be singular "Path".
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-05T10:05:49.000+0000
Fixed in trunk in r10691 and in 1.6 release branch in r10692.
Posted by Wil Sinclair (wil) on 2008-09-02T10:38:53.000+0000
Updating for the 1.6.0 release.