Implements interfaces:
Globals array ($GLOBALS) manager class. Provides another way to access (reading/writing) to globals array.
Number of access deepness to the array structure depends on extended class 'mpArrayManager'. This is by default up to 4 levels, e. g. $arr['one']['two']['three']['four'].
The whole purpose of this class is to replace usage of superglobal $GLOBALS and the global declaration of variables (global $foobar;) within functions.
Located in /contenido/classes/mp/class.mpglobals.php (line 48)
mpArrayManager | --mpGlobals
Inherited from mpArrayManager
mpArrayManager::$_aData
mpArrayManager::$_delem
mpArrayManager::$_instance
Returns a instance of mpGlobals (singleton implementation)
Constructor, stores the reference to $GLOBALS into member variable _aData.
Inherited From mpArrayManager
mpArrayManager::exists()
mpArrayManager::get()
mpArrayManager::set()
mpArrayManager::_getSections()
Documentation generated on Sun, 08 Feb 2009 22:00:47 +0100 by phpDocumentor 1.4.1