load->database(); $this->table = 'ttwebhook'; $this->load_table('ttwebhook'); } public function get_tid($tid) { return $this->find("tid = '$tid'"); } } //end class