Beispiel #1
0
 public function actionIndex()
 {
     $model = new CommentSetting('search');
     $model->unsetAttributes();
     if (isset($_GET['CommentSetting'])) {
         $model->setAttributes($_GET['CommentSetting']);
     }
     $this->render('index', array('model' => $model));
 }