public function datalistAction()
 {
     $videos = new Application_Model_Videos();
     //    echo '<pre>'; print_r($videos->getPdfs());
     //    exit();
     $this->view->data = $videos->getPdfs();
 }
 public function datalistAction()
 {
     $user = new Application_Model_User($this->user);
     //        $dickSubaccounts = $user->getUserSubaccounts(1174);
     $videos = new Application_Model_Videos();
     $this->view->data = $videos->getPdfs();
     $this->view->userID = $this->user->getId();
     //        $this->view->dickSubusers = $dickSubaccounts;
     //        $this->view->prUsers = array('1174');
     $this->view->userObj = $user;
 }