[Zend_Config] element index

Package indexes

All elements
a c e g i k n r t v x z _
_
top
Variable $_allowModifications
Whether in-memory modifications to configuration data are allowed
Variable $_count
Zend_Config::$_count in Config.php
Number of elements in configuration data
Variable $_data
Zend_Config::$_data in Config.php
Contains array of configuration data
Variable $_extends
This is used to track section inheritance. The keys are names of sections that extend other sections, and the values are the extended sections.
Variable $_index
Zend_Config::$_index in Config.php
Iteration index
Variable $_loadedSection
Contains which config file sections were loaded. This is null if all sections were loaded, a string name if one section is loaded and an array of string names if multiple sections were loaded.
Variable $_nestSeparator
String that separates nesting levels of configuration data identifiers
Method _arrayMergeRecursive
Merge two arrays recursively, overwriting keys of the same name name in $array1 with the value in $array2.
Method _assertValidExtend
Throws an exception if $extendingSection may not extend $extendedSection, and tracks the section extension if it is valid.
Method _processExtends
Helper function to process each element in the section and handle the "extends" inheritance attribute.
Method _processExtends
Helper function to process each element in the section and handle the "extends" inheritance keyword. Passes control to _processKey() to handle the "dot" sub-property syntax in each key.
Method _processKey
Assign the key's value to the property list. Handle the "dot" notation for sub-properties by passing control to processLevelsInKey().
Method _toArray
Returns an associative and possibly multidimensional array from a SimpleXMLElement.
Method __construct
Loads the section $section from the config file $filename for access facilitated by nested object properties.
Method __construct
Loads the section $section from the config file $filename for access facilitated by nested object properties.
Method __construct
Zend_Config provides a property based interface to an array. The data are read-only unless $allowModifications is set to true on construction.
Method __get
Zend_Config::__get() in Config.php
Magic function so that $obj->value will work.
Method __isset
Support isset() overloading on PHP 5.1
Method __set
Zend_Config::__set() in Config.php
Only allow setting of a property if $allowModifications was set to true on construction. Otherwise, throw an exception.
a
top
Method areAllSectionsLoaded
Returns true if all sections were loaded
Method asArray
Return an associative array of the stored data.
c
top
Page Config.php
Config.php in Config.php
Method count
Zend_Config::count() in Config.php
Defined by Countable interface
Method current
Defined by Iterator interface
e
top
Page Exception.php
Exception.php in Exception.php
g
top
Method getSectionName
Returns the section name(s) loaded.
i
top
Page Ini.php
Ini.php in Ini.php
k
top
Method key
Zend_Config::key() in Config.php
Defined by Iterator interface
n
top
Method next
Zend_Config::next() in Config.php
Defined by Iterator interface
r
top
Method rewind
Zend_Config::rewind() in Config.php
Defined by Iterator interface
t
top
Method toArray
Return an associative array of the stored data.
v
top
Method valid
Zend_Config::valid() in Config.php
Defined by Iterator interface
x
top
Page Xml.php
Xml.php in Xml.php
z
top
Class Zend_Config
Zend_Config in Config.php
Class Zend_Config_Exception
Zend_Config_Exception in Exception.php
Class Zend_Config_Ini
Zend_Config_Ini in Ini.php
Class Zend_Config_Xml
Zend_Config_Xml in Xml.php
a c e g i k n r t v x z _