a3fd468a by wang

init

1 parent c67e8d11
...@@ -161,6 +161,7 @@ class Perm extends CI_Controller { ...@@ -161,6 +161,7 @@ class Perm extends CI_Controller {
161 $data = $res->data; 161 $data = $res->data;
162 // var_dump($data); 162 // var_dump($data);
163 $arr = array(); 163 $arr = array();
164
164 foreach ($data as $k => $v) { 165 foreach ($data as $k => $v) {
165 $item = array(); 166 $item = array();
166 $item['id'] = $v->id; 167 $item['id'] = $v->id;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!