当前位置: 代码迷 >> PHP >> thinkphp中命名空间的奇奇事
  详细解决方案

thinkphp中命名空间的奇奇事

热度:98   发布时间:2016-04-28 17:41:09.0
thinkphp中命名空间的奇怪事
namespace Home\Controller;
use Think\Controller;
class IndexController extends Controller {

上面这段源码中红色部分的路径为啥要在think/library/think中呢
不理解的是它为啥多了绿色部分
------解决思路----------------------
命名空间的类文件查找路径可以自定义的啊