Located in /Config/Xml.php (line 35)
Zend_Config | --Zend_Config_Xml
Inherited from Zend_Config
Zend_Config::$_allowModifications
Zend_Config::$_count
Zend_Config::$_data
Zend_Config::$_extends
Zend_Config::$_index
Zend_Config::$_loadedSection
Loads the section $section from the config file $filename for access facilitated by nested object properties.
Sections are defined in the XML as children of the root element.
In order to extend another section, a section defines the "extends" attribute having a value of the section name from which the extending section inherits values.
Note that the keys in $section will override any keys of the same name in the sections that have been included via "extends".
Merge two arrays recursively, overwriting keys of the same name name in $array1 with the value in $array2.
Helper function to process each element in the section and handle the "extends" inheritance attribute.
Returns an associative and possibly multidimensional array from a SimpleXMLElement.
Inherited From Zend_Config
Zend_Config::__construct()
Zend_Config::areAllSectionsLoaded()
Zend_Config::asArray()
Zend_Config::count()
Zend_Config::current()
Zend_Config::getSectionName()
Zend_Config::key()
Zend_Config::next()
Zend_Config::rewind()
Zend_Config::toArray()
Zend_Config::valid()
Zend_Config::_assertValidExtend()
Zend_Config::__get()
Zend_Config::__isset()
Zend_Config::__set()
Documentation generated on Sun, 27 May 2007 23:28:43 -0700 by phpDocumentor 1.3.2