Advertisement
Guest User

Model

a guest
Jul 27th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function jsonUser() {
  2. $this->datatables->select('tbl_login.nrpnip as a, tbl_login.password as b, tbl_login.online as c, tbl_login.level as d');
  3. $this->datatables->from('tbl_login');
  4. return $this->datatables->generate();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement