On 6/25/07, Andreas Sundqvist <[EMAIL PROTECTED]> wrote:
HiI was wondering why you can't get an multi dimension array out of the config object if I have this config: <data> <live> <arrays> <data>1</data> <data>2</data> <data>3</data> </live> </data> and do this: $config = new Zend_Config(new Zend_Config_Xml('config.xml',"live"));
Why is this not enough?
$config = new Zend_Config_Xml('config.xml','live');
Till
