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->getProfile()->getAccount()->getName1()); ?> | = $this->printHtml($value->getNewestHistory()->getUnit()->getName()); ?> | = $this->printHtml($value->getNewestHistory()->getPosition()->getName()); ?> | = $this->printHtml($value->getNewestHistory()->getDepartment()->getName()); ?> | = !($value->getNewestHistory() instanceof NullEmployeeHistory) ? $this->getHtml('Active') : $this->getHtml('Inactive'); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> | |||||