:: Config_Registry (proposal)
Chapter 3

$Date$

What Config_Registry won't do

Config_Registry does not exists to supplant PEAR::Config package.

You can't import configurations directly. But you can do it (see Config_Registry::importConfig()) with support (implementation) of Config::parseConfig().

You can't export configurations directly. But you can do it (see Config_Registry::exportConfig()) with support (implementation) of Config_Container::writeDatasrc().

You can't edit configuration values directly. But you can do it (see Config_Registry::setParam(), Config_Registry::addParam()) with support (implementation) of Config functions (setContent, createDirective).

continue on chapter 4 [API]

return to [Table of Contents]