load->database(); } public function get() { return $this->db->get($this->table)->result(); } }