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