load->database(); $this->table = 'commodity'; $this->load_table('commodity'); } public function get_productid($productid) { return $this->find("productid = '$productid'"); } } //end class