标签: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;
标签:highlight list log pre _id blog class logs this
原文地址:http://www.cnblogs.com/anxiaochuang/p/6568110.html