Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. function loadUser()
  2.     {
  3.        
  4.         $this->load->model('dx_auth/users', 'users');
  5.         echo $this->users->dt_ajax_get_all();
  6.        
  7.        
  8.     }