コード例 #1
0
ファイル: CommunityController.php プロジェクト: hanihh/vvs_v2
 public function actionAdmin()
 {
     $model = new Community('search');
     $model->unsetAttributes();
     if (isset($_GET['Community'])) {
         $model->setAttributes($_GET['Community']);
     }
     $this->render('admin', array('model' => $model));
 }