码迷,mamicode.com
首页 > Web开发 > 详细

iwebshop两表联查

时间:2017-03-17 20:48:39      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:highlight   list   log   pre   _id   blog   class   logs   this   

$tb_goods = new IQuery(‘goods as g‘);
        $tb_goods->join=‘left join miao as m on m.goods_id=g.id‘;
        $arr = $tb_goods->find();
        $this->list = $arr;

 

iwebshop两表联查

标签:highlight   list   log   pre   _id   blog   class   logs   this   

原文地址:http://www.cnblogs.com/anxiaochuang/p/6568110.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!