webman AOP中start.php文件中初始化应该写完整命名空间

start.php文件中 if ($timezone = config('app.default_timezone')) { date_default_timezone_set($timezone); } // 初始化 ClassLoader::init(); 初始化这个应该写完整的命名空间 Hyperf\AopIntegration\ClassLoader::init();...

你好啊 发表与 2020-12-27 2341 浏览 1 回答
咨询一个webman关于构造函数的问题 __construct

我在webman的Index类中写构造函数,代码如下 <?php namespace app\controller; use support\Request; use think\facade\Db; class Index { public function _construct() { echo "this is index _construct"; } public function ...

你好啊 发表与 2020-12-23 3046 浏览 2 回答
咨询一个webman中间件redirect('/user/login')跳转后网页无法访问的问题

按照手册上的中间件代码 <?php namespace support\middleware; use Webman\MiddlewareInterface; use Webman\Http\Response; use Webman\Http\Request; class AuthCheckTest implements MiddlewareInterface { public function process...

你好啊 发表与 2020-12-23 2846 浏览 3 回答
手册上说workerman项目常住内存,修改的代码不会立刻生效,但是测试会生效,请问这是什么情况呢

手册上说workerman项目常住内存,修改的代码不会立刻生效,但是测试官网的workerman-chat聊天的时候,我修改web下的index.php文件,刷新浏览器立刻生效,在常驻内存模式下也可以,请问这是什么情况呢?...

你好啊 发表与 2018-12-08 3151 浏览 2 回答

你好啊

-15
积分
0
获赞数
0
粉丝数
2018-12-08 加入
×
🔝