getData('reports'); $previous = empty($templates) ? '{/prefix}helper/list' : '{/prefix}helper/list?{?}&id=' . \reset($templates)->getId() . '&ptype=p'; $next = empty($templates) ? '{/prefix}helper/list' : '{/prefix}helper/list?{?}&id=' . \end($templates)->getId() . '&ptype=n'; echo $this->getData('nav')->render(); ?>
getHtml('Helpers'); ?>
getHtml('Name'); ?> getHtml('Tag'); ?> getHtml('Creator'); ?> getHtml('Updated'); ?>
getHtml('Empty', '0', '0'); ?> $template) : $url = UriFactory::build('{/prefix}helper/report/view?{?}&id=' . $template->getId()); ?>
printHtml($template->getName()); ?> getTags(); foreach ($tags as $tag) : ?> printHtml($tag->getTitle()); ?> printHtml($template->getCreatedBy()->getName1()); ?> printHtml($template->getCreatedAt()->format('Y-m-d')); ?>