39 $this->
table=
"public.tva_rate";
40 $this->primary_key=
"tva_id";
46 ,
"tva_label"=>
"tva_label"
47 ,
"tva_rate"=>
"tva_rate"
48 ,
"tva_comment"=>
"tva_comment"
49 ,
"tva_poste"=>
"tva_poste"
50 ,
"tva_both_side"=>
"tva_both_side"
51 ,
"tva_payment_purchase"=>
"tva_payment_purchase"
52 ,
"tva_payment_sale"=>
"tva_payment_sale"
60 ,
"tva_rate"=>
"numeric"
61 ,
"tva_comment"=>
"text"
63 ,
"tva_both_side"=>
"numeric"
64 ,
"tva_payment_purchase"=>
"text"
65 ,
"tva_payment_sale"=>
"text"
74 $this->date_format=
"DD.MM.YYYY";
75 parent::__construct($p_cn,
$p_id);
This class allow you to connect to the postgresql database, execute sql, retrieve data.
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...
__construct(DatabaseCore $p_cn, $p_id=-1)