public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_array";
     $this->real_data = array();
     $this->bookId = '';
     $this->value = array();
     $this->real_data = array();
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_array_hash";
     $this->real_data = array();
     $this->data = array();
     $this->count = 0;
     $this->templates = '{chexingbianhao} : {chepaihao}/{chejiahao}/{fadongji}/{regTS}';
     $this->enum = array();
     $this->enum_reverse = array();
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_array_hash";
     $this->field_typ = "thirdplat_model";
     $this->dataModel = new $this->field_typ();
     $this->listFields = array('third_typ', 'third_id');
     $this->showListFields = array(array('third_typ', 'third_id'));
     $this->mustFields = array('third_typ' => false, 'third_id' => true);
     $this->templates = '平台{third_typ} : ID: {third_id}';
     $this->value = array();
     $this->real_data = array();
 }
 public function __construct($show_name, $name, $is_must_input = false)
 {
     parent::__construct($show_name, $name, $is_must_input);
     $this->typ = "Field_array_hash";
     $this->field_typ = "car_model";
     $this->dataModel = new $this->field_typ();
     $this->real_data = array();
     $this->data = array();
     $this->count = 0;
     $this->listFields = array('chexingbianhao', 'chepaihao', 'chejiahao', 'fadongji', 'regTS');
     $this->showListFields = array(array('chexingbianhao'), array('chepaihao', 'chejiahao'), array('fadongji', 'regTS'));
     $this->mustFields = array('pinpai' => true, 'chexi' => true, 'niankuan' => true, 'chepaihao' => true);
     $this->templates = '{chexingbianhao} : {chepaihao}/{chejiahao}/{fadongji}/{regTS}';
 }