data['employees']; echo $this->data['nav']->render(); ?>
getHtml('Staff'); ?>
$value) : ++$c; $url = UriFactory::build('{/base}/humanresource/staff/profile?{?}&id=' . $value->id); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Unit'); ?> getHtml('Position'); ?> getHtml('Department'); ?> getHtml('Status'); ?>
<?= $this->getHtml('IMG_alt_staff'); ?> id; ?> printHtml( \sprintf('%3$s %2$s %1$s', $value->profile->account->name1, $value->profile->account->name2, $value->profile->account->name3) ); ?> printHtml($value->getNewestHistory()->unit->name); ?> printHtml($value->getNewestHistory()->position->name); ?> printHtml($value->getNewestHistory()->department->name); ?> getNewestHistory()->id > 0 ? $this->getHtml('Active') : $this->getHtml('Inactive'); ?>
getHtml('Empty', '0', '0'); ?>