Zend_Config::__construct
Zend_Config provides a property based interface to an array. The data are read-only unless $allowModifications is set to true on construction.
Zend_Config also implements Countable and Iterator to facilitate easy access to the data.
Signature
public function __construct(array
$array,
[boolean
$allowModifications = false] )
Parameters
-
$array
-
$allowModifications
Returns
- void