aef56b4b by wang

init

1 parent 6517be39
......@@ -172,6 +172,7 @@ class Perm extends CI_Controller {
if (!$v->children || empty($v->children)) {
continue;
}
var_dump($item);exit;
$arr[] = $item;
// foreach ($v->children as $kk => $vv) {
// $item2 = array();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!