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(); ?>
getHtml('Documents') ?>
$value) : ++$count; $url = UriFactory::build('{/prefix}editor/single?{?}&id=' . $value->getId()); ?>
getHtml('Title') ?> getHtml('Creator') ?> getHtml('Created') ?>
printHtml($value->getTitle()); ?> printHtml($value->getCreatedBy()->getName1()); ?> printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?>
getHtml('Empty', '0', '0'); ?>