ThinkPHP6.x_模型Model代码提示
在TP6的 think/Model.php 里添加代码提示
* @method /think/db/Query master() static 从主服务器读取数据
* @method /think/db/Query readMaster(bool $all = false) static 后续从主服务器读取数据
* @method /think/db/Query table(string $table) static 指定数据表(含前缀)
* @method /think/db/Query name(string $name) static 指定数据表(不含前缀)
* @method /think/db/Query where(mixed $field, string $op = null, mixed $condition = null) static 查询条件
* @method /think/db/Query whereRaw(string $where, array $bind = []) static 表达式查询
*
共有 0 条评论