无限极分类实现 数据库 栏目 的遍历显示及添加

php文件中php function index(){ $list=DB::name('cate')->field("id,name,pid,path,concat(path,'-',id) as bpath")->order('bpath')->select(); // 从数据库遍历显示到前台 foreach($list as $key=>$value){ $list[$key]
相关文章
相关标签/搜索