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