Thinkphp3.2 cms之分类管理

四、分类管理

<?php


namespace AdminController;
use ThinkController;

class CateController extends Controller{
    /**
     * 无限分类列表
     */

    /**
     * 无限分类添加
     */

    public function MenuAdd_Index(){
        $this->display("menu");
    }
}
原文地址:https://www.cnblogs.com/mengluo/p/8858529.html