コード例 #1
0
 public function actionAdmin()
 {
     $model = new CledCalendarExceptionDates('search');
     $scopes = $model->scopes();
     if (isset($scopes[$this->scope])) {
         $model->{$this->scope}();
     }
     $model->unsetAttributes();
     if (isset($_GET['CledCalendarExceptionDates'])) {
         $model->attributes = $_GET['CledCalendarExceptionDates'];
     }
     $this->render('admin', array('model' => $model));
 }