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