On 6 Dec 2007, at 20:00, Darby Felton wrote:

Zend_Config_Xml was not designed to support multiple values of the same name to be represented as an array. Instead, you could do something like:

...
<emailList>
   <subject1>...</subject1>
   <subject2>...</subject2>
</emailList>
...

or maybe

...
<emailList>
   <tech>...</tech>
   <billing>...</billing>
</emailList>
...

Maybe Rob can chime in with his thoughts?


We modified Zend_Config_Ini to allow the use of numeric keys. I wonder if there's something similar we can do here?

Regards,

Rob...

Reply via email to