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