Up.php 238 B

1234567891011121314
  1. <?php
  2. namespace Community\Lib;
  3. use Dever;
  4. class Up extends Core
  5. {
  6. protected $lang = '点赞';
  7. protected $name = 'up';
  8. protected $table = 'community/up';
  9. # 互斥的table
  10. protected $otable = 'community/lib/oppose';
  11. }