随笔分类 -  THINKPHP

摘要:php页面:$fatherList = $Document->where('pid=1')->select(); foreach($fatherList as $n=> $val) { $fatherList[$n]['childList']=D('Document')->where('ca... 阅读全文
posted @ 2015-10-20 10:42 绿尘枫 阅读(2057) 评论(0) 推荐(0)