request->get(); if(isset($get['partial'])){ return $this->renderpartial('iframeIndex'); }else{ return $this->render('index'); } } public function actionEveryday() { return $this->render('everyday'); } public function actionWorksShow() { return $this->render('worksShow'); } }