Plugins  LAST
 All Data Structures Files Functions Variables Pages
Public Member Functions
Formulaire_Param_Detail_SQL Class Reference
Inheritance diagram for Formulaire_Param_Detail_SQL:
Inheritance graph
Collaboration diagram for Formulaire_Param_Detail_SQL:
Collaboration graph

Public Member Functions

 __construct ($p_id=-1)
 

Detailed Description

Definition at line 111 of file class_rapport_avance_sql.php.

Constructor & Destructor Documentation

Formulaire_Param_Detail_SQL::__construct (   $p_id = -1)

Definition at line 114 of file class_rapport_avance_sql.php.

References $cn, name, and table.

115  {
116 
117 
118  $this->table = "rapport_advanced.formulaire_param_detail";
119  $this->primary_key = "fp_id";
120 
121  $this->name = array(
122  "fp_id" => "fp_id",
123  "p_id" => "p_id",
124  "tmp_val" => "tmp_val",
125  "tva_id" => "tva_id",
126  "fp_formula" => "fp_formula",
127  "fp_signed" => "fp_signed",
128  "jrn_def_type" => "jrn_def_type",
129  "tt_id" => "tt_id",
130  "type_detail" => "type_detail",
131  "with_tmp_val" => "with_tmp_val",
132  "type_sum_account" => "type_sum_account",
133  "operation_pcm_val" => "operation_pcm_val",
134  "jrn_def_id" => "jrn_def_id",
135  "date_paid" => "date_paid"
136  );
137 
138  $this->type = array(
139  "fp_id" => "numeric",
140  "p_id" => "numeric",
141  "tmp_val" => "text",
142  "tva_id" => "numeric",
143  "fp_formula" => "text",
144  "fp_signed" => "numeric",
145  "jrn_def_type" => "text",
146  "tt_id" => "numeric",
147  "type_detail" => "numeric",
148  "with_tmp_val" => "text",
149  "type_sum_account" => "numeric",
150  "operation_pcm_val" => "text",
151  "jrn_def_id" => "numeric",
152  "date_paid" => "numeric"
153  );
154 
155  $this->default = array(
156  "fp_id" => "auto"
157  );
158  global $cn;
159 
160  parent::__construct($cn, $p_id);
161  }
$categorie_appel table
$categorie_appel name
global $cn

The documentation for this class was generated from the following file: