index.php 256 Bytes
<?php
/* @var $this yii\web\View */

$this->registerJsFile(Yii::$app->request->baseUrl . '/js/comments.js', ['yii\web\JqueryAsset']);

?>


<?php use common\widgets\CommentWidget; ?>
<?= CommentWidget::widget(['comments' => $data, 'reload' => $reload]) ?>