$user = M('chapter')
$condition['anime_id'] = $id
$chap = $user->where($condition)->select()
$this->assign('chap',$chap)
在网页中加<foreach></foreach>循环
用别名 , 比如 a表 有 c字段, b表也有 c字段, field('a.c as xx'), field('b.c as oo'), 至于具体join()方法你自己写吧, 方法就是用别名, 或者加上表名,这样就不会产生歧义欢迎分享,转载请注明来源:内存溢出
评论列表(0条)