| Config::parseConfig | Config::setRoot |
| Config | |
| PEAR Manual | |
require_once 'Config.php';
|
bool Config::registerConfigType (
string $configType
, array $configInfo = false
)
This method registers a new container type with the Config class.
The name of the configuration type.
An array defining the file containing the container's class definition and the class name. The format for this array is as follows:
|
If omitted, the default values are:
|
mixed - Returns TRUE on success, PEAR_Error on failure.
| Config::parseConfig | Config::setRoot |
| Config | |
| PEAR Manual | |