ZF-3213: Zend_Form: setting displayGroupPrefixPath in config file
Description
when setting options to a Zend_Form you can not set a displayGroupPrefixPath.
Tried with Config(_Ini): - displayGroupPrefixPath.myname.prefix / displayGroupPrefixPath.myname.path (failed)
--> should handled in method setOptions()
No workaround (for setting this option in a configuration file)
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-05-09T11:35:13.000+0000
I was able to reproduce with the following INI file:
and PHP:
It's clear from the output that the custom prefix path was not present.
Scheduling for next mini release.
Posted by Matthew Weier O'Phinney (matthew) on 2008-07-24T09:26:43.000+0000
Fix committed to trunk and 1.5 and 1.6 release branches.