<?php namespace Community\Lib; use Dever; class Up extends Core { protected $lang = '点赞'; protected $name = 'up'; protected $table = 'community/up'; # 互斥的table protected $otable = 'community/lib/oppose'; }