getData('reports'); $footerView = new \phpOMS\Views\PaginationView($this->app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages(count($templates) / 25); $footerView->setPage(1); $footerView->setResults(count($templates)); echo $this->getData('nav')->render(); ?>
getHtml('Reports') ?>
getHtml('ID', 0, 0); ?> getHtml('Name') ?> getHtml('Creator') ?> getHtml('Updated') ?>
getHtml('Empty', 0, 0); ?> $template) : $url = \phpOMS\Uri\UriFactory::build('{/lang}/backend/helper/report/view?{?}&id=' . $template->getId()); ?>
printHtml($template->getId()); ?> printHtml($template->getName()); ?> printHtml($template->getCreatedBy()->getName1()); ?> printHtml($template->getCreatedAt()->format('Y-m-d')); ?>