Ejemplo n.º 1
0
 /**
  * Lists all models.
  */
 public function actionIndex()
 {
     $model = new Zal('search');
     $model->unsetAttributes();
     // clear any default values
     if (isset($_GET['Zal'])) {
         $model->attributes = $_GET['Zal'];
     }
     $this->render('index', array('model' => $model));
 }