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

Public Member Functions

 __construct ($p_id=-1)
 

Detailed Description

Definition at line 219 of file class_rapport_avance_sql.php.

Constructor & Destructor Documentation

RAPAV_Declaration_Row_SQL::__construct (   $p_id = -1)

Definition at line 222 of file class_rapport_avance_sql.php.

References $cn, name, and table.

223  {
224 
225 
226  $this->table = "rapport_advanced.declaration_row";
227  $this->primary_key = "dr_id";
228 
229  $this->name = array(
230  "dr_id" => "dr_id",
231  "d_id" => "d_id",
232  "dr_libelle" => "dr_libelle",
233  "dr_order" => "dr_order",
234  "dr_code" => "dr_code",
235  "dr_amount" => "dr_amount",
236  "dr_type" => "dr_type",
237  "dr_start" => "dr_start",
238  "dr_end" => "dr_end",
239  "dr_account"=>"dr_account"
240  );
241 
242  $this->type = array(
243  "dr_id" => "numeric",
244  "d_id" => "numeric",
245  "dr_libelle" => "text",
246  "dr_order" => "text",
247  "dr_code" => "numeric",
248  "dr_amount" => "numeric",
249  "dr_type" => "numeric",
250  "dr_start" => "date",
251  "dr_end" => "date",
252  "dr_account"=>"numeric"
253  );
254 
255  $this->default = array(
256  );
257  global $cn;
258  $this->date_format = 'DD.MM.YYYY';
259  parent::__construct($cn, $p_id);
260  }
$categorie_appel table
$categorie_appel name
global $cn

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