data['categories'] ?? [];
/** @var \Modules\Knowledgebase\Models\WikiDoc[] $documents */
$documents = $this->data['docs'] ?? [];
/** @var \Modules\Knowledgebase\Models\WikiApp[] $apps */
$apps = $this->data['apps'] ?? [];
echo $this->data['nav']->render(); ?>
= $this->getHtml('Docs'); ?>
download
| = $this->getHtml('Name'); ?>
|
$value) :
$url = UriFactory::build('{/base}/wiki/doc/single?id=' . $value->id); ?>
| = $this->printHtml($value->name); ?>
|
| = $this->getHtml('Empty', '0', '0'); ?>
|
= $this->getHtml('App'); ?>
= $this->getHtml('Categories'); ?>