getData('docs'); $previous = empty($docs) ? '{/prefix}editor/list' : '{/prefix}editor/list?{?}&id=' . \reset($docs)->getId() . '&ptype=-'; $next = empty($docs) ? '{/prefix}editor/list' : '{/prefix}editor/list?{?}&id=' . \end($docs)->getId() . '&ptype=+'; $docs = $this->getData('docs'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Title') ?> | = $this->getHtml('Creator') ?> | = $this->getHtml('Created') ?> |
| = $this->printHtml($value->getTitle()); ?> | = $this->printHtml($value->getCreatedBy()->getName1()); ?> | = $this->printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> | ||