<?php namespace app\common\widget; use yii\base\Widget; use Yii; class CommentWidget extends Widget { public function init() { } public function run() { return $this->render('comment',[]); } }