swoft学习之swoft连表查询
2018-09-28 12:27
阅读:3708
在使用swoft框架时如何进行连表查询呢,如下:
$res = Query::table(Article::class)->innerJoin('users',' article.uid = users.id ')->condition(['cid','in',$cate])->get()->getResult();
以上代码演示的是文章表与用户表的链接查询,通过用户ID进行关联
代码亲测有效,由于官方文档还不够全,以防忘了,记录一笔。
文章来自:搜素材网的好文分享模块,转载请注明文章出处。
文章标题:swoft学习之swoft连表查询
文章链接:http://soscw.com/index.php/article/18104.html
文章标题:swoft学习之swoft连表查询
文章链接:http://soscw.com/index.php/article/18104.html
评论
亲,登录后才可以留言!