36 $this->
table=
"public.acc_other_tax";
37 $this->primary_key=
"ac_id";
43 "ac_label"=>
"ac_label",
45 "ajrn_def_id"=>
"ajrn_def_id",
46 "ac_accounting"=>
"ac_accounting"
55 "ajrn_def_id"=>
"array",
56 "ac_accounting"=>
"text"
64 parent::__construct($p_cn,
$p_id);
ORM public.acc_other_tax.
__construct(DatabaseCore $p_cn, $p_id=-1)
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...