data['employee']; $history = $employee->getHistory(); $educationHistory = $employee->getEducationHistory(); $workHistory = $employee->getWorkHistory(); $recentHistory = $employee->getNewestHistory(); echo $this->data['nav']->render(); ?>
| = $this->getHtml('Position'); ?> | = $this->printHtml($recentHistory->position->name); ?> |
|---|---|
| = $this->getHtml('Department'); ?> | = $this->printHtml($recentHistory->department->name); ?> |
| = $this->getHtml('Unit'); ?> | = $this->printHtml($recentHistory->unit->name); ?> |
| = $this->getHtml('Birthday'); ?> | 06.09.1934 |
| = $this->getHtml('Email'); ?> | = $this->printHtml($employee->profile->account->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'); ?> | = $recentHistory->id > 0 ? $this->getHtml('Active') : $this->getHtml('Inactive'); ?> |
| = $this->getHtml('Start'); ?> | = $this->getHtml('End'); ?> | = $this->getHtml('Unit'); ?> | = $this->getHtml('Department'); ?> | = $this->getHtml('Position'); ?> |
| = $hist->start->format('Y-m-d'); ?> | = $hist->end === null ? '' : $hist->end->format('Y-m-d'); ?> | = $this->printHtml($hist->unit->name); ?> | = $this->printHtml($hist->department->name); ?> | = $this->printHtml($hist->position->name); ?> |
| = $this->getHtml('Start'); ?> | = $this->getHtml('End'); ?> | = $this->getHtml('Title'); ?> | = $this->getHtml('Address'); ?> |
| = $hist->start->format('Y-m-d'); ?> | = $hist->end === null ? '' : $hist->end->format('Y-m-d'); ?> | = $this->printHtml($hist->educationTitle); ?> | = $this->printHtml($hist->address->name); ?> |
| = $this->getHtml('Start'); ?> | = $this->getHtml('End'); ?> | = $this->getHtml('Title'); ?> | = $this->getHtml('Address'); ?> |
| = $hist->start->format('Y-m-d'); ?> | = $hist->end === null ? '' : $hist->end->format('Y-m-d'); ?> | = $this->printHtml($hist->jobTitle); ?> | = $this->printHtml($hist->address->name); ?> |