getData('docs'); /** @var \Modules\Media\Models\Collection[] */ $collections = $this->getData('collections'); $mediaPath = \urldecode($this->getData('path') ?? '/'); $previous = empty($docs) ? '{/prefix}editor/list' : '{/prefix}editor/list?{?}&id=' . \reset($docs)->getId() . '&ptype=p'; $next = empty($docs) ? '{/prefix}editor/list' : '{/prefix}editor/list?{?}&id=' . \end($docs)->getId() . '&ptype=n'; $docs = $this->getData('docs'); echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Title'); ?> | = $this->getHtml('Creator'); ?> | = $this->getHtml('Created'); ?> | |
| = $this->printHtml($value->name); ?> | = $this->printHtml($value->createdBy->name1); ?> | = $this->printHtml($value->createdAt->format('Y-m-d')); ?> $value) : ++$count; $url = UriFactory::build('{/prefix}editor/single?{?}&id=' . $value->getId()); ?> | |
| = $this->printHtml($value->title); ?> | = $this->printHtml($value->createdBy->name1); ?> | = $this->printHtml($value->createdAt->format('Y-m-d H:i:s')); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | |||