Index of all elements
[ a ]
[ c ]
[ d ]
[ f ]
[ g ]
[ i ]
[ p ]
[ ]
[ s ]
[ t ]
[ w ]
a
- $allowed_options
- in file xml.php, variable Config_Container_xml::$allowed_options
- array_merge_clobber
- in file Config.php, method Config::array_merge_clobber()
There seemed to be no built in function that would merge two arrays recursively and clobber any existing key/value pairs. Array_Merge() is not recursive, and array_merge_recursive seemed to give unsatisfactory results... it would append duplicate key/values.
top
c
- Config
- in file Config.php, class Config
Partly implementation of the Config-Interface-API
- Config
- in file Config.php, method Config::Config()
Constructor
- Container.php
- procedural page Container.php
- Config.php
- procedural page Config.php
- Config_Container
- in file Container.php, class Config_Container
Interface for Config-Classes
- Config_Container_db
- in file db.php, method Config_Container_db::Config_Container_db()
Constructor of the class
- Config_Container_db
- in file db.php, class Config_Container_db
Config-API-Implemtentation for DB-Ini-Entries
- Config_Container_IniFile
- in file IniFile.php, class Config_Container_IniFile
Config-API-Implemtentation for Ini-Files
- Config_Container_phpIniFile
- in file phpIniFile.php, class Config_Container_phpIniFile
Config-API-Implemtentation for Ini-Files using parse_ini_file
- Config_Container_wddx
- in file wddx.php, class Config_Container_wddx
Config-API-Implemtentation for wddx Files
- Config_Container_xml
- in file xml.php, class Config_Container_xml
Config-API-Implemtentation for XML-Files
- convertForOutput
- in file wddx.php, method Config_Container_wddx::convertForOutput()
converts Config`s internal data structure to raw wddx data
- convertFromInput
- in file wddx.php, method Config_Container_wddx::convertFromInput()
converts raw wddx data to Config`s internal data structure
top
d
- $data
- in file Config.php, variable Config::$data
contains the internal data structure
- $datasrc
- in file Config.php, variable Config::$datasrc
contains the data source given by parseInput
- db.php
- procedural page db.php
top
top
top
top
top
top
top
w
- wddx.php
- procedural page wddx.php
- writeInput
- in file wddx.php, method Config_Container_wddx::writeInput()
writes the data to the given data source or if not given to the datasource of parseInput If $datasrc was a array, the last file will used.
- writeInput
- in file phpIniFile.php, method Config_Container_phpIniFile::writeInput()
Relay for writeInput in Config_Container_IniFile::writeInput(); uses the wonderfull trick of $this being inherited on static method calls
- writeInput
- in file IniFile.php, method Config_Container_IniFile::writeInput()
writes the data to the given data source or if not given to the datasource of parseInput If $datasrc was a array, the last file will used.
- writeInput
- in file Container.php, method Config_Container::writeInput()
writes the data to the given data source or if not given to the datasource of parseInput
- writeInput
- in file db.php, method Config_Container_db::writeInput()
writes the data to the given data source or if not given to the datasource of parseInput If $datasrc was a array, the last file will used.
- writeInput
- in file Config.php, method Config::writeInput()
writes the data to the given data source or if not given to the datasource of parseInput If $datasrc was a array, the last file will used.
top
top
Documentation generated on Fri, 30 Apr 2004 21:21:34 +0200 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|