<?php include "config.php"; include "mysql.php"; $db = new Mysql('test'); //几个简单的类,不用列出来大家也看得懂. 就是实例化一个数据库连接而已. function RootMenu ($PID,$n){ global $arr,$db; $sql = "select * from menu where `PID` =$PID"; $result = $db->…
项目介绍 项目中需要用到下拉树多选功能,找到两个相关组件moretop-layui-select-ext和wujiawei0926-treeselect,但是moretop-layui-select-ext不支持树结构,wujiawei0926-treeselect不支持多选,于是干脆仿照moretop-layui-select-ext动手写了一个组件,选择zTree而没有选择layuiTree的主要原因是layuiTree暂不支持父子关系取消. 渲染代码 var _zTreeSelec…