_table = 'forum_relatedthread'; $this->_pk = 'tid'; parent::__construct(); } public function delete_by_tid($tids) { return DB::delete($this->_table, DB::field('tid', $tids)); } } ?>