Details
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)
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.