💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# from 多表查询from() from方法参数说明 ``` public function from ( string $tables ) ``` 参数 ``` $field 查询的表名(必须包含表前缀) ``` 根据组id查找组名称 ``` $map = [ 'id' => ['gt' , 0] // id > 0 ]; M()->from('mc_auth_users')->where($map)->select(); ```