コード例 #1
0
 public function videolistAction()
 {
     if (Zend_Auth::getInstance()->hasIdentity()) {
         $id = $this->_getParam('iVideoCategoryId');
         $eventsList = new Model_Video();
         $this->view->list = $eventsList->getDocListByCat($id);
     }
 }