Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $query = $this->db->get('book_bookings');
- $this->firephp->log($this->db->last_query(), 'getBookings');
- $this->firephp->log($query, 'q');
- $bookings = $query->result();
- //$bookings = $query->result_array();
- $this->firephp->log($bookings, 'bookings');
Advertisement
Add Comment
Please, Sign In to add comment