- components
- widgets
- NewsChat
- assert
- NewsChatAutloload.php
<?php
namespace app\components\widgets;
class NewsChatAutoload extends \yii\base\Widget {
public function init() {
parent::init();
}
public function run() {
echo 1;
}
}
<?=app\components\widgets\NewsChatAutoload::widget()?>