video.php 508 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Name' => 'title',
  5. 'Video_file' => 'video',
  6. 'Size' => 'size',
  7. 'Createtime' => 'create time',
  8. 'Second' => 'second',
  9. 'Coach_id' => 'Coach Id',
  10. 'Is_show' => 'is show',
  11. 'Is_show 1' => 'up',
  12. 'Is_show 0' => 'down',
  13. 'Weigh' => 'weigh',
  14. 'Coach.nickname' => 'nickname',
  15. 'Coach.firstname' => 'firstname',
  16. 'Coach.lastname' => 'lastname'
  17. ];