40 $this->
table=
"public.operation_currency";
41 $this->primary_key=
"id";
47 ,
"oc_amount"=>
"oc_amount"
48 ,
"oc_vat_amount"=>
"oc_vat_amount"
49 ,
"oc_price_unit"=>
"oc_price_unit"
57 ,
"oc_amount"=>
"numeric"
58 ,
"oc_vat_amount"=>
"numeric"
59 ,
"oc_price_unit"=>
"numeric"
68 $this->date_format=
"DD.MM.YYYY";
69 parent::__construct($p_cn,
$p_id);
contains the class for connecting to Noalyss
ORM abstract of the table public.operation_currency.
__construct(Database $p_cn, $p_id=-1)
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...