render('index'); } public function getViewPath() { return __DIR__ . '/views'; } public function getLayoutFile($layoutName) { return $this->getViewPath() . '/layouts/main.php'; } }