dev-master
9999999-dev https://github.com/phpf/ConfigPhpf Configuration package
MIT
The Requires
- php >=5.3
- phpf/common dev-master
by The PHPf Developer
configuration ini config
Phpf Configuration package
General use configuration classes, (*1)
Wells\Util
Use dot-notation to set and get settings in nested arrays., (*2)
$config = new Wells\Config\Object; $config->set('use.template.views', true);
The above will be stored like:, (*3)
"use" => array( "template" => array( "views" => true ), );
Phpf Configuration package
MIT
configuration ini config