load->database(); } public function getAllCategoryCodeAndDesc() { $this->db->select("catCode, catDesc"); return $this->db->get("category"); } }