getData('media'); $footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages(count($media) / 25); $footerView->setPage(1); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Name') ?> | = $this->getHtml('Type') ?> | = $this->getHtml('Size') ?> | = $this->getHtml('Creator') ?> | = $this->getHtml('Created') ?> | |
| = $footerView->render(); ?> | |||||
| = $this->printHtml($value->getName()); ?> | = $this->printHtml($value->getExtension()); ?> | = $this->printHtml($value->getSize()); ?> | = $this->printHtml($value->getCreatedBy()->getName1()); ?> | = $this->printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?> | |
| = $this->getHtml('Empty', 0, 0); ?> | |||||