Example #1
0
 public function indexAction()
 {
     $this->setTitle('Wideo');
     $this->setUrl('wideo.html');
     $videoService = new Wsm_Db_Video();
     $this->addToView('videoList', $videoService->getList());
 }
Example #2
0
 public function indexAction()
 {
     $videoService = new Wsm_Db_Video();
     $this->addToView('videoList', $videoService->getList());
 }