]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Introduce a configuration manager (not plugged yet)
authorArthurHoaro <arthur@hoa.ro>
Wed, 18 May 2016 19:43:59 +0000 (21:43 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sat, 11 Jun 2016 07:30:56 +0000 (09:30 +0200)
commit59404d7909b21682ec0782778452a8a70e38b25e
tree52bbe0b390ecd37f80128d1f8b4f80c3834734a8
parent823a363c3b2e10008a607c8b69c1a3d4e9b44ea1
Introduce a configuration manager (not plugged yet)
application/config/ConfigIO.php [new file with mode: 0644]
application/config/ConfigManager.php [new file with mode: 0644]
application/config/ConfigPhp.php [new file with mode: 0644]
application/config/ConfigPlugin.php [new file with mode: 0644]
tests/config/ConfigManagerTest.php [new file with mode: 0644]
tests/config/ConfigPhpTest.php [new file with mode: 0644]
tests/config/ConfigPluginTest.php [new file with mode: 0644]
tests/config/php/configOK.php [new file with mode: 0644]