app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages(20); $footerView->setPage(1); $articles = $this->getData('articles'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Type') ?> | = $this->getHtml('Title') ?> | = $this->getHtml('Author') ?> | = $this->getHtml('Date') ?> |
| = $this->getHtml('TYPE' . $news->getType()) ?> | = $this->printHtml($news->getTitle()); ?> | = $this->printHtml($news->getCreatedBy()->getName1()); ?> | = $this->printHtml($news->getPublish()->format('Y-m-d')); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | |||