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

Public Member Functions

 __construct (Database $p_cn, $p_id=-1)
 

Detailed Description

Definition at line 30 of file class_impacc_parameter_tva_sql.php.

Constructor & Destructor Documentation

Impacc_Parameter_Tva_SQL::__construct ( Database  $p_cn,
  $p_id = -1 
)

Definition at line 33 of file class_impacc_parameter_tva_sql.php.

References name, and table.

34  {
35  $this->table = "impacc.parameter_tva";
36  $this->primary_key = "pt_id";
37 /*
38  * List of columns
39  */
40  $this->name=array(
41  "pt_id"=>"pt_id"
42  ,"tva_id"=>"tva_id"
43  ,"tva_code"=>"tva_code"
44  );
45 /*
46  * Type of columns
47  */
48  $this->type = array(
49  "pt_id"=>"numeric"
50  ,"tva_id"=>"numeric"
51  ,"tva_code"=>"text"
52  );
53 
54 
55  $this->default = array(
56  "pt_id" => "auto"
57  );
58 
59  $this->date_format = "DD.MM.YYYY";
60  parent::__construct($p_cn,$p_id);
61  }
$categorie_appel table
$categorie_appel name

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