コード例 #1
0
ファイル: DocumentosController.php プロジェクト: hipogea/zega
 public function actionprefdoc()
 {
     $model = new Documentos('search');
     $model->unsetAttributes();
     // clear any default values
     if (isset($_GET['Documentos'])) {
         $model->attributes = $_GET['Documentos'];
     }
     $this->render('admin_conf', array('model' => $model));
 }