phpben

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
$list=D('category')->where('cat_fid=0')->select();
foreach ($list as $k=>$value){
$list[$k]['list']=M('category')->where('cat_fid='.$value['cat_id'])->select();
}
posted on 2017-01-13 20:50  phpben  阅读(242)  评论(0编辑  收藏  举报