venom/module.base.php
2020-03-28 20:11:51 +01:00

7 lines
222 B
PHP

<?php
//register modules -> need to have the Module Class at parent with the init function ;)
$modules = [];
// register controllers that can handle templates ;) need to have a render function for this
$controllers = [];