37 $this->
table=
"public.forecast_item";
38 $this->primary_key=
"fi_id";
44 ,
"fi_text"=>
"fi_text"
45 ,
"fi_account"=>
"fi_account"
46 ,
"fi_order"=>
"fi_order"
48 ,
"fi_amount"=>
"fi_amount"
50 ,
"fi_amount_initial"=>
"fi_amount_initial"
58 ,
"fi_account"=>
"text"
59 ,
"fi_order"=>
"numeric"
61 ,
"fi_amount"=>
"numeric"
63 ,
"fi_amount_initial"=>
"numeric"
71 $this->date_format=
"DD.MM.YYYY";
72 parent::__construct($p_cn,
$p_id);
This class allow you to connect to the postgresql database, execute sql, retrieve data.
ORM abstract of the table public.forecast_item.
__construct(DatabaseCore $p_cn, $p_id=-1)
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...