public function view($view, $data = []) { extract($data); require_once BASEPATH . '/templates/header.php'; // Panggil desain atas require_once BASEPATH . "/modules/.../views/{$view}.php"; // Panggil isi konten require_once BASEPATH . '/templates/footer.php'; // Panggil desain bawah }
Fatal error: Uncaught Error: Class 'Controller' not found in /home/ejournalakpermit/public_html/modules/home/controllers/HomeController.php:2 Stack trace: #0 /home/ejournalakpermit/public_html/core/Router.php(24): require_once() #1 /home/ejournalakpermit/public_html/public/index.php(46): Router->run() #2 {main} thrown in /home/ejournalakpermit/public_html/modules/home/controllers/HomeController.php on line 2