Whether to skip extends or not
Inherited from Zend_Config
Zend_Config::$_allowModifications
Zend_Config::$_count
Zend_Config::$_data
Zend_Config::$_extends
Zend_Config::$_index
Zend_Config::$_loadedSection
Zend_Config::$_loadFileErrorStr
Zend_Config::$_skipNextIteration
Loads the section $section from the config file (or string $xml 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".
Helper function to process each element in the section and handle the "extends" inheritance attribute.
Returns a string or an associative and possibly multidimensional array from a SimpleXMLElement.
Inherited From Zend_Config
Zend_Config::__construct()
Zend_Config::areAllSectionsLoaded()
Zend_Config::count()
Zend_Config::current()
Zend_Config::get()
Zend_Config::getExtends()
Zend_Config::getSectionName()
Zend_Config::key()
Zend_Config::merge()
Zend_Config::next()
Zend_Config::readOnly()
Zend_Config::rewind()
Zend_Config::setExtend()
Zend_Config::setReadOnly()
Zend_Config::toArray()
Zend_Config::valid()
Zend_Config::_arrayMergeRecursive()
Zend_Config::_assertValidExtend()
Zend_Config::_loadFileErrorHandler()
Zend_Config::__clone()
Zend_Config::__get()
Zend_Config::__isset()
Zend_Config::__set()
Zend_Config::__unset()
Documentation generated on Mon, 21 Jun 2010 15:53:23 -0400 by phpDocumentor 1.4.3