I don't know, but the easiest way to find out is create an example INI, then output the array that is generated from it for the format. -Matt
On Fri, Sep 19, 2008 at 2:01 PM, Ralf Eggert <[EMAIL PROTECTED]> wrote: > Hi, > > I know that both Zend_Config_Ini and Zend_Config_Xml support sections > and extending sections for config data definitions. In the manual I read > that Zend_Config also supports sections when used with PHP arrays. If > this is right, how can this be achieved? > > If not, I think this passage of the manual is a little unclear: > > > The Zend_Config family of classes enables configuration data to be > > organized into sections. Zend_Config adapter objects may be loaded > > with a single specified section, multiple specified sections, or > > all sections (if none are specified). > > http://framework.zend.com/manual/en/zend.config.theory_of_operation.html > > Thanks for clarification. > > Best regards, > > Ralf >
