Guest User

Untitled

a guest
Jan 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $res = $this->db->select('*')
  2. ->from('customer')
  3. ->where('customer.id', $id)
  4. ->get();
  5.  
  6. $res = $this->db->select('*')->
Add Comment
Please, Sign In to add comment