getData('log'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $log->getId(); ?> |
| = $this->getHtml('Type'); ?> | = $log->getType(); ?> |
| = $this->getHtml('Subtype'); ?> | = $log->subtype; ?> |
| = $this->getHtml('Created'); ?> | = $log->createdAt->format('Y-m-d'); ?> |
| = $this->getHtml('Creator'); ?> | = $log->createdBy->name1; ?> |
| = $log->message; ?> | |