| = $this->getHtml('Name', 'Media'); ?> | = $this->getHtml('Type', 'Media'); ?> | = $this->getHtml('Size', 'Media'); ?> | = $this->getHtml('Creator', 'Media'); ?> | = $this->getHtml('Created', 'Media'); ?> | media as $key => $value) : ++$count; $url = UriFactory::build('{/prefix}media/single?{?}&id=' . $value->getId()); $icon = ''; $extensionType = FileUtils::getExtensionType($value->getExtension()); $icon = $fileIconFunction($extensionType); ?>|
| = $this->printHtml($value->getName()); ?> | = $this->printHtml($value->getExtension()); ?> | = $this->printHtml($value->getSize()); ?> | = $this->printHtml($value->getCreatedBy()->getName1()); ?> | = $this->printHtml($value->getCreatedAt()->format('Y-m-d H:i:s')); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | |||||