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