php返回树形结构(返回菜单,权限,部门时使用的树形结构)
代码如下: [cc lang="php"] public static function list_to_tree( $lists, $childKey = 'children', $id = 'id', $pid = 'parent_id') { $items = []; $tree = []; foreach($lists as &$item)…
|
537
|
|
177 字
|
1 分钟内
thinkphp6.1.0使用phpmailer发送邮件
composer下载phpmailer包之后 [cc lang="php"]
|
463
|
|
1007 字
|
5 分钟