提交 cee094f1 编写于 作者: Y yuenblue

aaa

上级 696edeed
......@@ -59,7 +59,7 @@ php -dxdebug.mode=debug -dxdebug.start_with_request=yes -dxdebug.client_host=lo
* @method static array column(string $field, string $key = '') static 获取某个列的值
* @method static $this find(mixed $data = null) static 查询单个记录
* @method static $this findOrFail(mixed $data = null) 查询单个记录
* @method static Collection|$this[] select(mixed $data = null) static 查询多个记录
* @method static \think\Model\Collection|$this[] select(mixed $data = null) static 查询多个记录
* @method static $this get(mixed $data = null, mixed $with = [], bool $cache = false, bool $failException = false) static 查询单个记录 支持关联预载入
* @method static $this getOrFail(mixed $data = null, mixed $with = [], bool $cache = false) static 查询单个记录 不存在则抛出异常
* @method static $this findOrEmpty(mixed $data = null) static 查询单个记录 不存在则返回空模型
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册