app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages($this->getData('list:count') / 25); $footerView->setPage(1); $footerView->setResults($this->getData('list:count')); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', 0, 0); ?> | = $this->getHtml('Status') ?> | = $this->getHtml('Name') ?> | = $this->getHtml('Activity') ?> | = $this->getHtml('Created') ?> |
| = $footerView->render(); ?> | ||||
| = $this->printHtml($value->getId()); ?> | = $this->getHtml('Status'. $value->getStatus()); ?> | = $this->printHtml($value->getName1()); ?> | = $this->printHtml($value->getLastActive()->format('Y-m-d H:i:s')); ?> | = $this->printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | ||||