Ejemplo n.º 1
0
 public function actionListtypelesson()
 {
     $model = new TypeLesson('search');
     $model->unsetAttributes();
     // clear any default values
     if (isset($_GET['TypeLesson'])) {
         $model->attributes = $_GET['TypeLesson'];
     }
     $this->render('listTypeLesson', array('model' => $model));
 }