This commit is contained in:
2024-01-28 11:27:52 +07:00
parent 736f5b9c4e
commit 9b6cd189ea
23 changed files with 223 additions and 107 deletions

View File

@@ -32,12 +32,13 @@ class AppAdmin
protected function getRouter() {
$route = [
/*$route = [
"module" => (isset($_REQUEST['module'])) ? $_REQUEST['module'] : 'home',
"view" => (isset($_REQUEST['view'])) ? $_REQUEST['view'] : 'home',
];
];*/
$this->current_route_info = $route;
$objRouter = new Router();
$this->current_route_info = $objRouter->getRouting();
}