Guest User

Untitled

a guest
May 16th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1.  $query =  $this->db->get('book_bookings');
  2. $this->firephp->log($this->db->last_query(), 'getBookings');
  3. $this->firephp->log($query, 'q');
  4. $bookings = $query->result();
  5. //$bookings = $query->result_array();
  6. $this->firephp->log($bookings, 'bookings');
Advertisement
Add Comment
Please, Sign In to add comment