[Zend_Config] element index

Package indexes

All elements
a c e i k l n r v x z _
_
top
Variable $_allowModifications
Variable $_data
Zend_Config::$_data in Config.php
Variable $_iterationPointerValid
Method _arrayMergeRecursive
Merge two arrays recursively, overwriting keys of the same name name in $array1 with the value in $array2.
Method _isValidKeyName
Ensure that the key is a valid PHP property name
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 _processExtends
Helper function to process each element in the section and handle the "extends" inheritance attribute.
Method _processKey
Assign the key's value to the property list. Handle the "dot" notation for sub-properties by passing control to processLevelsInKey().
Method _processLevelsInKey
Helper function to handle the "dot" namespace syntax in the key.
Method _toArray
Returns an associative and possibly multidimensional array from a SimpleXMLElement.
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 asArray
Return an associative array of the stored data.
Page Array.php
Array.php in Array.php
c
top
Method count
Zend_Config::count() in Config.php
Defined by Countable interface
Method current
Defined by Iterator interface
Page Config.php
Config.php in Config.php
e
top
Page Exception.php
Exception.php in Exception.php
i
top
Page Ini.php
Ini.php in Ini.php
k
top
Method key
Zend_Config::key() in Config.php
Defined by Iterator interface
l
top
Method load
Load the section $section from the config file $filename into an associative array.
Method load
Load the section $section from the config file $filename into an associative array.
Method load
Load the sub-array called $section from an array called $config within $filename.
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
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_Array
Zend_Config_Array in Array.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 i k l n r v x z _