Пример #1
0
 public function actionIndex()
 {
     $model = new Period('search');
     $model->unsetAttributes();
     if (isset($_GET['Period'])) {
         $model->attributes = $_GET['Period'];
     }
     $this->render('list', array('model' => $model));
 }