]> git.mxchange.org Git - friendica.git/commit
3) Introducing ConfigFactory
authorPhilipp Holzer <admin@philipp.info>
Sun, 3 Feb 2019 21:22:04 +0000 (22:22 +0100)
committerPhilipp Holzer <admin@philipp.info>
Sun, 3 Feb 2019 21:22:04 +0000 (22:22 +0100)
commit4af0119b7310e9731e60b11a14fd917580b95715
tree5e92c81c0d33f20909231017fab158f3796478b5
parent5c50684b5047e259517d67372658ca86976839df
3) Introducing ConfigFactory
24 files changed:
boot.php
index.php
mod/admin.php
mod/friendica.php
src/App.php
src/Core/Config.php
src/Core/Config/ConfigCache.php [new file with mode: 0644]
src/Core/Config/ConfigCacheLoader.php [new file with mode: 0644]
src/Core/Config/IConfigCache.php [new file with mode: 0644]
src/Core/Config/IPConfigCache.php [new file with mode: 0644]
src/Core/Config/JITConfigAdapter.php
src/Core/Config/JITPConfigAdapter.php
src/Core/Config/PreloadConfigAdapter.php
src/Core/Config/PreloadPConfigAdapter.php
src/Core/Logger.php
src/Core/PConfig.php
src/Core/System.php
src/Database/DBA.php
src/Database/DBStructure.php
src/Factory/ConfigFactory.php [new file with mode: 0644]
src/Factory/LoggerFactory.php [new file with mode: 0644]
src/LegacyModule.php
src/Util/BasePath.php [new file with mode: 0644]
src/Util/LoggerFactory.php [deleted file]