data['employee']; $history = $employee->getHistory(); $educationHistory = $employee->getEducationHistory(); $workHistory = $employee->getWorkHistory(); $recentHistory = $employee->getNewestHistory(); echo $this->data['nav']->render(); ?>
request->uri->fragment === 'c-tab-1' ? ' checked' : ''; ?>>
printHtml($employee->profile->account->name2); ?>, printHtml($employee->profile->account->name1); ?>
<?= $this->getHtml('ProfileImage'); ?>
getHtml('Position'); ?> printHtml($recentHistory->position->name); ?>
getHtml('Department'); ?> printHtml($recentHistory->department->name); ?>
getHtml('Unit'); ?> printHtml($recentHistory->unit->name); ?>
getHtml('Birthday'); ?> 06.09.1934
getHtml('Email'); ?> 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
getHtml('Phone'); ?>
Private +01 12345-4567
Mobile +01 12345-4567
Work +01 12345-4567
getHtml('Status'); ?> id > 0 ? $this->getHtml('Active') : $this->getHtml('Inactive'); ?>
getHtml('History'); ?>
getHtml('Start'); ?> getHtml('End'); ?> getHtml('Unit'); ?> getHtml('Department'); ?> getHtml('Position'); ?>
start->format('Y-m-d'); ?> end === null ? '' : $hist->end->format('Y-m-d'); ?> printHtml($hist->unit->name); ?> printHtml($hist->department->name); ?> printHtml($hist->position->name); ?>
request->uri->fragment === 'c-tab-2' ? ' checked' : ''; ?>>
getHtml('Clocking'); ?>
request->uri->fragment === 'c-tab-3' ? ' checked' : ''; ?>>
getHtml('Documents'); ?>
request->uri->fragment === 'c-tab-4' ? ' checked' : ''; ?>>
getHtml('Contracts'); ?>
request->uri->fragment === 'c-tab-5' ? ' checked' : ''; ?>>
getHtml('Remarks'); ?>
request->uri->fragment === 'c-tab-6' ? ' checked' : ''; ?>>
getHtml('Evaluations'); ?>
request->uri->fragment === 'c-tab-7' ? ' checked' : ''; ?>>
request->uri->fragment === 'c-tab-7' ? ' checked' : ''; ?>>
getHtml('Education'); ?>
getHtml('Start'); ?> getHtml('End'); ?> getHtml('Title'); ?> getHtml('Address'); ?>
start->format('Y-m-d'); ?> end === null ? '' : $hist->end->format('Y-m-d'); ?> printHtml($hist->educationTitle); ?> printHtml($hist->address->name); ?>
request->uri->fragment === 'c-tab-8' ? ' checked' : ''; ?>>
getHtml('Work'); ?>
getHtml('Start'); ?> getHtml('End'); ?> getHtml('Title'); ?> getHtml('Address'); ?>
start->format('Y-m-d'); ?> end === null ? '' : $hist->end->format('Y-m-d'); ?> printHtml($hist->jobTitle); ?> printHtml($hist->address->name); ?>