load->database(); $this->table = 'power'; $this->load_table('power'); } /** 通过名称查找 */ public function get_powertext($powertext) { return $this->find("powertext like '%$powertext%'"); } } //end class