app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages(20); $footerView->setPage(1); $docs = $this->getData('docs'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Title') ?> | = $this->getHtml('Creator') ?> | = $this->getHtml('Created') ?> | ||
| = $this->printHtml($value->getTitle()); ?> | = $this->printHtml($value->getCreatedBy()->getName1()); ?> | = $this->printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?> | ||
| = $this->getHtml('Empty', 0, 0); ?> | ||||