Advertisement
oscar11

satu

Oct 19th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public function get_book()
  2. {
  3. $this->datatables->select('id, hotel, city, country, region')
  4. ->unset_column('id')
  5. ->from('hotel_book')
  6. echo $this->datatables->generate('json', '');
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement