- cleaned up some code
- added DataLoader - added assetDir - splitted modules and controller namespace
This commit is contained in:
parent
d3d889dc4c
commit
21977588d8
18 changed files with 263 additions and 41 deletions
2
base/module.base.php
Normal file → Executable file
2
base/module.base.php
Normal file → Executable file
|
|
@ -5,5 +5,5 @@ $modules = [];
|
|||
|
||||
// register controllers that can handle templates ;) need to have a render function for this
|
||||
$controllers = [
|
||||
'test' => \Modules\TestController::class,
|
||||
'test' => \Controllers\TestController::class,
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue