Add class module routing

This commit is contained in:
Hypolite Petovan 2017-12-17 11:37:03 -05:00
parent a0bf5f8e34
commit f07776a78e
2 changed files with 33 additions and 15 deletions

View file

@ -30,6 +30,7 @@ use Exception;
class App {
public $module_loaded = false;
public $module_class = null;
public $query_string;
public $config;
public $page;