Exemplo n.º 1
0
 public function actionList()
 {
     $data = Program::getAllProgram();
     return $this->render('list', $data);
 }