/** * 分类列表 */ public function index() { $tree = \Model\Category::outPutListCate(); $this->assign('tree', $tree); $this->assign('title', \Model\Menu::getTitleWithMenu()); $this->layout(); }