load->database(); $this->table = 'describecode'; $this->load_table('describecode'); } /** 通过时间戳查找 */ public function get_time($time) { return $this->find("time = '$time'"); } } //end class