コード例 #1
0
ファイル: VideoController.php プロジェクト: posiadacz/wsm
 public function indexAction()
 {
     $this->setTitle('Wideo');
     $this->setUrl('wideo.html');
     $videoService = new Wsm_Db_Video();
     $this->addToView('videoList', $videoService->getList());
 }
コード例 #2
0
ファイル: VideoController.php プロジェクト: posiadacz/wsm
 public function indexAction()
 {
     $videoService = new Wsm_Db_Video();
     $this->addToView('videoList', $videoService->getList());
 }