Ejemplo n.º 1
0
 public function actionIndex()
 {
     $models = TaskForm::find()->all();
     echo $this->render('index', array('models' => $models));
 }