load->database(); $this->table = 'distribution'; $this->load_table('distribution'); } /** 通过API查找 */ public function get_title($title) { return $this->find("title = '$title'"); } public function get_pid($pid) { return $this->find("pid = '$pid'"); } public function ge_size($category,$size) { return $this->find("category = '$category' and size = '$size'"); } } //end class