getData('employee'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Position') ?> | = $this->printHtml($employee->getPosition()->getName()); ?> |
|---|---|
| = $this->getHtml('Department') ?> | = $this->printHtml($employee->getDepartment()->getName()); ?> |
| = $this->getHtml('Unit') ?> | = $this->printHtml($employee->getUnit()->getName()); ?> |
| = $this->getHtml('Birthday') ?> | 06.09.1934 |
| = $this->getHtml('Email') ?> | = $this->printHtml($employee->getAccount()->getEmail()); ?> |
| Address | |
| Private | SMALLSYS INC 795 E DRAGRAM TUCSON AZ 85705 USA |
| Work | SMALLSYS INC 795 E DRAGRAM TUCSON AZ 85705 USA |
| = $this->getHtml('Phone') ?> | |
| Private | +01 12345-4567 |
| Mobile | +01 12345-4567 |
| Work | +01 12345-4567 |
| = $this->getHtml('Status') ?> | = $this->printHtml($employee->getAccount()->getStatus()); ?> |