TST_SERVER_NAME){ $this->DUBUG_FLAG = '1' ; } //--- staticなマスターをメンバ変数に読み込み $this->master_Load() ; } function master_Load(){ //--- アンケートタイプ $this->q_date = mk_2dhash_from_array($this->date_flds,$this->date_src) ; //--- 選択肢 $this->q_choice = mk_2dhash_from_array($this->choice_flds,$this->choice_src) ; //--- アンケート項目数 while($key = key($this->q_date)){ $this->dat_flds[] = 'value_' .$key ; next($this->q_date) ; } } //-------------------------------------------------- } ?>