aef56b4b by wang

init

1 parent 6517be39
...@@ -172,6 +172,7 @@ class Perm extends CI_Controller { ...@@ -172,6 +172,7 @@ class Perm extends CI_Controller {
172 if (!$v->children || empty($v->children)) { 172 if (!$v->children || empty($v->children)) {
173 continue; 173 continue;
174 } 174 }
175 var_dump($item);exit;
175 $arr[] = $item; 176 $arr[] = $item;
176 // foreach ($v->children as $kk => $vv) { 177 // foreach ($v->children as $kk => $vv) {
177 // $item2 = array(); 178 // $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!