1234567891011121314151617181920 |
- <?php return array ( 'cname' => array ( 'id' => '57', 'moduleid' => '8', 'field' => 'cname', 'name' => '客户名称', 'tips' => '', 'required' => '0', 'minlength' => '0', 'maxlength' => '0', 'pattern' => '0', 'errormsg' => '', 'class' => '', 'type' => 'text', 'setup' => 'array (
- \\\'size\\\' => \\\'\\\',
- \\\'default\\\' => \\\'\\\',
- \\\'ispassword\\\' => \\\'0\\\',
- \\\'fieldtype\\\' => \\\'varchar\\\',
- )', 'ispost' => '0', 'unpostgroup' => '', 'listorder' => '0', 'status' => '1', 'issystem' => '0', ), 'cimg' => array ( 'id' => '58', 'moduleid' => '8', 'field' => 'cimg', 'name' => '客户Logo', 'tips' => '', 'required' => '0', 'minlength' => '0', 'maxlength' => '0', 'pattern' => '0', 'errormsg' => '', 'class' => '', 'type' => 'image', 'setup' => 'array (
- \\\'size\\\' => \\\'\\\',
- \\\'default\\\' => \\\'\\\',
- \\\'upload_maxsize\\\' => \\\'\\\',
- \\\'upload_allowext\\\' => \\\'jpg,jpeg,gif,png\\\',
- \\\'watermark\\\' => \\\'0\\\',
- \\\'more\\\' => \\\'0\\\',
- )', 'ispost' => '0', 'unpostgroup' => '', 'listorder' => '0', 'status' => '1', 'issystem' => '0', ), 'createtime' => array ( 'id' => '55', 'moduleid' => '8', 'field' => 'createtime', 'name' => '发布时间', 'tips' => '', 'required' => '1', 'minlength' => '0', 'maxlength' => '0', 'pattern' => '', 'errormsg' => '', 'class' => '', 'type' => 'datetime', 'setup' => '', 'ispost' => '0', 'unpostgroup' => '3,4', 'listorder' => '93', 'status' => '1', 'issystem' => '1', ), 'status' => array ( 'id' => '56', 'moduleid' => '8', 'field' => 'status', 'name' => '状态', 'tips' => '', 'required' => '0', 'minlength' => '0', 'maxlength' => '0', 'pattern' => '', 'errormsg' => '', 'class' => '', 'type' => 'radio', 'setup' => 'array (
- \'options\' => \'已审核|1
- 未审核|0\',
- \'fieldtype\' => \'tinyint\',
- \'numbertype\' => \'1\',
- \'labelwidth\' => \'75\',
- \'default\' => \'1\',
- )', 'ispost' => '0', 'unpostgroup' => '3,4', 'listorder' => '99', 'status' => '1', 'issystem' => '1', ), );?>
|