app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages(1 / 25); $footerView->setPage(1); $footerView->setResults(1); $employees = $this->getData('employees'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', 0, 0); ?> | = $this->getHtml('Name') ?> | = $this->getHtml('Position') ?> | = $this->getHtml('Department') ?> | = $this->getHtml('Status') ?> |
| = $footerView->render(); ?> | ||||
| = htmlspecialchars($value->getId(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars($value->getAccount()->getName1(), ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars('' , ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars('' , ENT_COMPAT, 'utf-8'); ?> | = htmlspecialchars('' , ENT_COMPAT, 'utf-8'); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | ||||