Exemplo n.º 1
0
 /**
  * getPageFilesDataById
  * @author Cornelius Hansjakob <*****@*****.**>
  * @version 1.0
  */
 public function getPageFilesDataById($intPageId, $strGenForm)
 {
     try {
         $this->getModelPages();
         $objPageRowset = $this->objModelPages->loadPageFilesById($intPageId, $strGenForm);
         return $objPageRowset;
     } catch (Exception $exc) {
         $this->core->logger->err($exc);
     }
 }