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