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