lesson.php 525 B

12345678910111213141516171819
  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. 'Content' => 'Content',
  10. 'Content_en' => 'Content(en)',
  11. 'Lessoncate_id' => 'Lesson cate',
  12. 'Is_show' => 'Is show',
  13. 'Is_show 1' => 'up',
  14. 'Is_show 0' => 'down',
  15. 'Weigh' => 'Weigh',
  16. 'Cate.name' => 'Cate name',
  17. 'Cate.name_en' => 'Cate name(en)'
  18. ];