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('Unit') ?> | = $this->getHtml('Position') ?> | = $this->getHtml('Department') ?> | = $this->getHtml('Status') ?> |
| = $this->printHtml($value->getId()); ?> | = $this->printHtml($value->getAccount()->getName1()); ?> | = $this->printHtml($value->getUnit()->getName()); ?> | = $this->printHtml($value->getDepartment()->getName()); ?> | = $this->printHtml($value->getPosition()->getName()); ?> | = $this->printHtml($value->getPosition()->getName()); ?> |
| = $this->getHtml('Empty', 0, 0); ?> | |||||