lesson.php 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'Name' => 'Name',
  5. 'Name_en' => 'Name(en)',
  6. 'Image' => 'Image',
  7. 'Price' => 'Price',
  8. 'Oldprice' => 'Old price',
  9. 'Lessoncate_id' => 'Lesson cate',
  10. 'Is_show' => 'show or not',
  11. 'Is_show 1' => 'show',
  12. 'Is_show 0' => 'hidden',
  13. 'Type' => 'class type',
  14. 'Type 1' => 'Standard Lessons',
  15. 'Type 2' => 'Private Lessons',
  16. 'Weigh' => 'Weigh',
  17. 'Title' => 'Title',
  18. 'Title_en' => 'Title(en)',
  19. 'Info' => 'Info',
  20. 'Info_en' => 'Info(en)',
  21. 'Shiherenqun' => 'Crowd',
  22. 'Shiherenqun_en' => 'Crowd(en)',
  23. 'Pingjunrenshu' => 'average number',
  24. 'Pingjunrenshu_en' => 'average number(en)',
  25. 'Sirenkecheng' => 'private lesson',
  26. 'Sirenkecheng_en' => 'private lesson(en)',
  27. 'Daoshi' => 'coach',
  28. 'Daoshi_en' => 'coach(en)',
  29. 'Cate.name' => 'Cate name',
  30. 'Cate.name_en' => 'Cate name(en)'
  31. ];