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

Public Member Functions

 __construct ($p_id=-1)
 

Detailed Description

Definition at line 264 of file class_rapport_avance_sql.php.

Constructor & Destructor Documentation

RAPAV_Declaration_Row_Detail_SQL::__construct (   $p_id = -1)

Definition at line 267 of file class_rapport_avance_sql.php.

References $cn, name, and table.

268  {
269 
270 
271  $this->table = "rapport_advanced.declaration_row_detail";
272  $this->primary_key = "ddr_id";
273 
274  $this->name = array(
275  "ddr_id" => "ddr_id",
276  "ddr_amount" => "ddr_amount",
277  "dr_id" => "dr_id"
278  );
279 
280  $this->type = array(
281  "ddr_id" => "numeric",
282  "ddr_amount" => "numeric",
283  "dr_id" => "numeric"
284  );
285 
286  $this->default = array(
287  "ddr_id" => "auto"
288  );
289  global $cn;
290 
291  parent::__construct($cn, $p_id);
292  }
$categorie_appel table
$categorie_appel name
global $cn

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