init
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -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(); | ... | ... |
-
Please register or sign in to post a comment