31 "formula"=>
"fo_formula",
34 "form_id"=>
"fo_fr_id",
46 if ( array_key_exists($p_string,self::$variable) )
48 $idx=self::$variable[$p_string];
52 throw new Exception(
"Attribut inexistant $p_string");
56 if ( array_key_exists($p_string,self::$variable) )
58 $idx=self::$variable[$p_string];
62 throw new Exception(
"Attribut inexistant $p_string");
68 return var_export(self::$variable,
true);
85 if ( isset(${
'form'.$ix}) && isset ( ${
'text'.$ix} ))
89 if ( isset(${
'pos'.$ix}) &&
isNumber(${
'pos'.$ix})==1 )
90 $obj->set_parameter(
"position",${
'pos'.$ix});
93 $obj->set_parameter(
"position",$found);
98 $obj->fo_fr_id=$this->fo_fr_id;
112 $array=array(
"text0"=>
"test1",