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') ?> |
| = $footerView->render(); ?> | |||
| = $this->getHtml('TYPE' . $news->getType()) ?> | = htmlspecialchars($news->getTitle(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($news->getCreatedBy()->getName1(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($news->getPublish()->format('Y-m-d'), ENT_COMPAT, 'utf-8'); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | |||