getView()->setPath('coupon'); } // //Dashboard , default_alert.php //CLI 접속방법 : php index.php SiteController/dashboard //WEB 접속방법 : http://localhost/SiteController/dashboard public function index() { return $this->render(__FUNCTION__); } } //Class