'Home' ]; $view->render('home/index', $data); //require_once views . 'home/index.php'; } public function home() { $this->index(); } }