当前位置:Gxlcms > PHP教程 > 请问YII2中use的内容在哪个位置?

请问YII2中use的内容在哪个位置?

时间:2021-07-01 10:21:17 帮助过:8人阅读

use yiihelpersHtml;
如何找到这个文件呢?

回复内容:

use yiihelpersHtml;
如何找到这个文件呢?

用ide ctrl +鼠标左键 或者直接搜索文件名

vendor/yiisoft/yii2/helpers/Html.php

记住 vendor/yiisoft/yii2 ,全都在这里。

用PhpStorm啊 自动补全命名空间的

人气教程排行