model_field_10.cache.php 878 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. return array (
  3. 'birthday' =>
  4. array (
  5. 'fieldid' => '83',
  6. 'modelid' => '10',
  7. 'siteid' => '1',
  8. 'field' => 'birthday',
  9. 'name' => '生日',
  10. 'tips' => '',
  11. 'css' => '',
  12. 'minlength' => '0',
  13. 'maxlength' => '0',
  14. 'pattern' => '',
  15. 'errortips' => '生日格式错误',
  16. 'formtype' => 'datetime',
  17. 'setting' => 'array (
  18. \'fieldtype\' => \'date\',
  19. \'format\' => \'Y-m-d\',
  20. \'defaulttype\' => \'0\',
  21. )',
  22. 'formattribute' => '',
  23. 'unsetgroupids' => '',
  24. 'unsetroleids' => '',
  25. 'iscore' => '0',
  26. 'issystem' => '0',
  27. 'isunique' => '0',
  28. 'isbase' => '0',
  29. 'issearch' => '0',
  30. 'isadd' => '1',
  31. 'isfulltext' => '1',
  32. 'isposition' => '0',
  33. 'listorder' => '0',
  34. 'disabled' => '0',
  35. 'isomnipotent' => '0',
  36. 'fieldtype' => 'date',
  37. 'format' => 'Y-m-d',
  38. 'defaulttype' => '0',
  39. ),
  40. );
  41. ?>