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

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

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

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

回复内容:

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

  • 4月30日提问
  • 评论
  • 邀请回答

请先 登录 后评论

默认排序 时间排序

3 个回答

0

采纳

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

vendor/yiisoft/yii2/helpers/Html.php

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

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

人气教程排行