自定义模块怎么使用yii2自带的debug调试工具呢?
<?php $this->beginPage() ?> <html> <head></head> <body> <?php $this->beginBody() ?> <?php $this->endBody() ?> </body> </html> <?php $this->endPage() ?>
这样写了以后才会出现 debug 工具栏!还有就是 config/web.php 里看看模块开启了没,以及配置等!
debug