formguide_field_17.cache.php 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?php
  2. return array (
  3. 'tel' =>
  4. array (
  5. 'fieldid' => '214',
  6. 'modelid' => '17',
  7. 'siteid' => '1',
  8. 'field' => 'tel',
  9. 'name' => '电话',
  10. 'tips' => '',
  11. 'css' => '',
  12. 'minlength' => '1',
  13. 'maxlength' => '0',
  14. 'pattern' => '',
  15. 'errortips' => '',
  16. 'formtype' => 'text',
  17. 'setting' => '{"size":"50","defaultvalue":"","ispassword":"0"}',
  18. 'formattribute' => '',
  19. 'unsetgroupids' => '',
  20. 'unsetroleids' => '',
  21. 'iscore' => '0',
  22. 'issystem' => '0',
  23. 'isunique' => '0',
  24. 'isbase' => '0',
  25. 'issearch' => '0',
  26. 'isadd' => '0',
  27. 'isfulltext' => '0',
  28. 'isposition' => '0',
  29. 'listorder' => '0',
  30. 'disabled' => '0',
  31. 'isomnipotent' => '0',
  32. 'size' => '50',
  33. 'defaultvalue' => '',
  34. 'ispassword' => '0',
  35. ),
  36. 'name' =>
  37. array (
  38. 'fieldid' => '213',
  39. 'modelid' => '17',
  40. 'siteid' => '1',
  41. 'field' => 'name',
  42. 'name' => '姓名',
  43. 'tips' => '',
  44. 'css' => '',
  45. 'minlength' => '1',
  46. 'maxlength' => '0',
  47. 'pattern' => '',
  48. 'errortips' => '',
  49. 'formtype' => 'text',
  50. 'setting' => '{"size":"50","defaultvalue":"","ispassword":"0"}',
  51. 'formattribute' => '',
  52. 'unsetgroupids' => '',
  53. 'unsetroleids' => '',
  54. 'iscore' => '0',
  55. 'issystem' => '0',
  56. 'isunique' => '0',
  57. 'isbase' => '0',
  58. 'issearch' => '0',
  59. 'isadd' => '0',
  60. 'isfulltext' => '0',
  61. 'isposition' => '0',
  62. 'listorder' => '0',
  63. 'disabled' => '0',
  64. 'isomnipotent' => '0',
  65. 'size' => '50',
  66. 'defaultvalue' => '',
  67. 'ispassword' => '0',
  68. ),
  69. );
  70. ?>