load->database(); } function NewListing() { $this->db->from('actor'); $query = $this->db->get(); $result = $query->result(); return $result; } } ?>