Pico/lib
Daniel Rudolf 988a23fd02 Modular config: Load config from any config/*.config.php
Resolves #330

After loading the `config/config.php`, Pico proceeds with any existing `config/*.config.php` in alphabetical order. The file order is crucial: Config values which has been set already, cannot be overwritten by a succeeding file. This is also true for arrays, i.e. when specifying `$config['test'] = array('foo' => 'bar')` in `config/a.config.php` and `$config['test'] = array('baz' => 42)` in `config/b.config.php`, `$config['test']['baz']` will be undefined
2016-03-06 20:55:46 +01:00
..
AbstractPicoPlugin.php Add AbstractPicoPlugin::getPluginConfig() method 2016-03-02 21:46:35 +01:00
Pico.php Modular config: Load config from any config/*.config.php 2016-03-06 20:55:46 +01:00
PicoPluginInterface.php Various small improvements 2015-10-29 02:55:30 +01:00
PicoTwigExtension.php PicoTwigExtension: Refactor error handling 2015-11-29 22:18:41 +01:00