load->database(); $this->table = 'afspaypal'; $this->load_table('afspaypal'); } /** 通过名称查找 */ public function get_number($number) { return $this->find("number = '$number'"); } } //end class