file.php 604 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. return array
  3. (
  4. 'list' => array
  5. (
  6. 'field' => array
  7. (
  8. 'file',
  9. //'name',
  10. 'source_name',
  11. 'cate_id',
  12. 'save_id',
  13. 'rule_id',
  14. 'size',
  15. 'width',
  16. 'height',
  17. 'status',
  18. 'cdate',
  19. ),
  20. 'button' => array(),
  21. 'data_button' => array(),
  22. 'search' => array
  23. (
  24. 'cate_id',
  25. //'name',
  26. 'file',
  27. 'source_name',
  28. 'status',
  29. ),
  30. ),
  31. );