REFACTORING: updated the autoloader, currently a duplicate section has to be refactored. Added a Registry for the settings section of every module.

This commit is contained in:
Stephan Kasdorf
2019-11-10 23:00:26 +01:00
parent d0971daff8
commit 918a2cb4ec
7 changed files with 206 additions and 26 deletions

View File

@@ -18,6 +18,7 @@ require_once __DIR__ . '/t/messages.php';
require_once __DIR__ . '/t/pageination.php';
require_once __DIR__ . '/c/settings.php';
require_once __DIR__ . '/c/config.php';
require_once __DIR__ . '/c/registry.php';
require_once __DIR__ . '/c/router.php';
require_once __DIR__ . '/i/engine.php';
require_once __DIR__ . '/c/engine.php';