联表查询问题。
子寒
子寒 2018-05-16 07:12:23
0
0
934

$sql = "select t1.*,t2.cat_name as catname from goods as t1,category as t2 where t1.cat_id = t2.cat_name;"; 

$result = $model -> query($sql);        

$count = $model -> count();

链表查询之后的集 无法用count统计数量 求解。。


子寒
子寒

全部回复(0)
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板