1a86bbf4 by yangjianbin

init

1 parent c23a4149
...@@ -14,6 +14,7 @@ class Config extends CI_Controller { ...@@ -14,6 +14,7 @@ class Config extends CI_Controller {
14 14
15 public function edit($id = null) 15 public function edit($id = null)
16 { 16 {
17 var_dump($id);
17 $this->load->view('config/add'); 18 $this->load->view('config/add');
18 } 19 }
19 } 20 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!