Advertisement
Guest User

Controller

a guest
Jul 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public function index()
  2. {
  3. $this->load->view('v_index');
  4.  
  5. }
  6. public function json_user(){
  7. header('Content-Type: application/json');
  8. echo $this->m_masterdata->jsonUser();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement