-
| Q | A
| ------------------- | -----
| Bug report? | yes/no
| Feature request? | yes/no
| Swoft version | x.y.z
| Swoole version | x.y.z (by `php --ri swo…
-
| Q | A
| ------------------- | -----
| Bug report? | yes/no
| Feature request? | yes/no
| Swoft version | x.y.z (by `php bin/swoft -V`)
| Swoole version |…
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | yes
| Swoft version | 2.0.10 (by `php bin/swoft -V`)
| Swoole version | 4.5.…
-
| Q | A
| ------------------- | -----
| Bug report? | yes/no
| Feature request? | yes/no
| Swoft version | x.y.z (by `php bin/swoft -V`)
| Swoole version |…
-
+ All frameworks **SHOULD** follow this rules :
| HTTP | Route | Status code | Response body |
| ------ | ----------- | ----------- | --------------------- |
| `GET` | `/` …
-
| Q | A
| ------------------- | -----
| Bug report? | no
| Feature request? | yes
| Swoft version | 2.0.9 (by `php bin/swoft -V`)
| Swoole version | 4.4.12…
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | yes
| Swoft version | 2.0.9 (by `php bin/swoft -V`)
| Swoole version | 4.5.1…
-
我想开一个进程,然后调用task异步来操作,请问swoft怎么实现
-
| Q | A
| ------------------- | -----
| Bug report? | yes
| Feature request? | no
| Swoft version | 2.0.11
| Swoole version | 4.8.6
| PHP version …
-
`$brands = Brand::new()->setModelHidden(['updated_at'])->where($where)->get()->toArray();`
如上代码:
在查询数据库时,设置掩藏updated_at字段,结果不生效,所有数据都返回了