Exemple #1
0
 public function actionApril()
 {
     $model = new Teacher('search');
     $model->unsetAttributes();
     // clear any default values
     $dataProvider = $model->searchApril();
     $this->render('april', array('dataProvider' => $dataProvider));
 }