setConfig() setConfig( $data = array()) : integer|string 设置模型参数 Parameters $data Returns integer|string
parseFieldAttr() parseFieldAttr(integer $type, string $value) 根据配置类型解析配置 Parameters integer $type 配置类型 string $value 配置值
getFieldParse() getFieldParse(null $name = null) : array|array<mixed,array>|false|string|array<mixed,string> 解析配置字段 Parameters null $name Throws \think\db\exception\DataNotFoundException \think\db\exception\ModelNotFoundException \think\exception\DbException Returns array|array<mixed,array>|false|string|array<mixed,string>
mapBuild() mapBuild( $field, $condition, null $op = null) : array 条件表达式生成 Author: websky Parameters $field 字段名 $condition 查询条件 null $op 查询表达式 Returns array