data['sessions']; echo $this->data['nav']->render(); ?>
| = $this->getHtml('Date'); ?> | = $this->getHtml('Type'); ?> | = $this->getHtml('Employee'); ?> | = $this->getHtml('Start'); ?> | = $this->getHtml('Break'); ?> | = $this->getHtml('End'); ?> | = $this->getHtml('Total'); ?> |
| = $session->getStart()->format('Y-m-d'); ?> | = $this->getHtml('CT' . $session->getType()); ?> | = $this->printHtml($session->getEmployee()->profile->account->name1); ?>, = $this->printHtml($session->getEmployee()->profile->account->name2); ?> | = $session->getStart()->format('H:i:s'); ?> | = (int) ($session->getBreak() / 3600); ?>h = ((int) ($session->getBreak() / 60) % 60); ?>m | = $session->getEnd() !== null ? $session->getEnd()->format('H:i') : ''; ?> | = (int) ($session->getBusy() / 3600); ?>h = ((int) ($session->getBusy() / 60) % 60); ?>m |