会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
转瞬千年
2021年3月8日
【thinkphp6源码分析二】 最最基础的类-APP类
摘要: 上篇说到index.php里面的$http = (new App())->http 最终就是调了APP类同目录下的 think\Http [tp6\vendor\topthink\framework\src\think\Http.php] 调用之前 使用了系统的一个叫APP [tp6\vendor\
阅读全文
posted @ 2021-03-08 21:04 转瞬千年
阅读(1339)
评论(0)
推荐(0)
【thinkphp6源码分析一 】 最开始的地方 index.php
摘要: 1 <?php 2 namespace think; 3 4 require __DIR__ . '/../vendor/autoload.php'; 5 6 // 执行HTTP应用并响应 7 $http = (new App())->http; 8 9 $response = $http->run
阅读全文
posted @ 2021-03-08 20:11 转瞬千年
阅读(1047)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告