I'm trying to configure a form for Zend_Form using Zend_Config_Ini, and wish to set the options for a select element in the .ini file.
This works fine for options with single string values, i.e.
user.exampleform.elements.subject.options.multiOptions.example = "Example Label"
However, I can't work out how to use a string for the value, i.e. "example choice"
I'm using Zend Framework 1.9.3PL1.