ranking.php 599 B

123456789101112131415161718192021
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Name' => '表名',
  5. 'Field_total' => '统计字段',
  6. 'Type_total' => '统计类型',
  7. 'Group_field' => '分组字段',
  8. 'Field_time' => '时间字段',
  9. 'Type_time' => '时间类型',
  10. 'Unit' => '单位标题',
  11. 'Title' => '标题',
  12. 'Where' => '自定义Where',
  13. 'Today' => '今日',
  14. 'Week' => '本周',
  15. 'Month' => '本月',
  16. 'Show_num' => '排行榜显示数',
  17. 'Weigh' => '排序',
  18. 'Sum' => '总和',
  19. 'Count' => '总行数'
  20. ];