VENOM-10: WIP

This commit is contained in:
Maurice Grönwoldt 2020-11-18 17:50:01 +01:00
commit 5c44d50989
33 changed files with 890 additions and 601 deletions

View file

@ -1,7 +1,9 @@
<?php
//register modules -> need to have the Module Class at parent with the init function ;)
$modules = [];
$modules = [
'role' => Modules\RoleModule::class
];
// register controllers that can handle templates ;) need to have a render function for this
$controllers = [