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