Пример #1
0
 public function listAction()
 {
     $videoService = new Service_Video();
     $this->view->videos = $videoService->fetchAll();
 }