load->database(); $this->table = 'whlabel_fc'; $this->load_table('whlabel_fc'); } public function get_wid($wid) { return $this->find("wid = '$wid'"); } } //end class