39 $this->
table=
"public.user_filter";
40 $this->primary_key=
"id";
48 ,
"date_start"=>
"date_start"
49 ,
"date_end"=>
"date_end"
50 ,
"description"=>
"description"
51 ,
"amount_min"=>
"amount_min"
52 ,
"amount_max"=>
"amount_max"
54 ,
"accounting"=>
"accounting"
56 ,
"date_paid_start"=>
"date_paid_start"
57 ,
"date_paid_end"=>
"date_paid_end"
58 ,
"ledger_type"=>
"ledger_type"
59 ,
"all_ledger"=>
"all_ledger"
60 ,
"operation_filter"=>
"operation_filter"
61 ,
'filter_name'=>
"filter_name"
63 ,
'uf_tag_option'=>
'uf_tag_option'
64 ,
'uf_currency_code'=>
'uf_currency_code'
65 ,
'tva_id_search'=>
'tva_id_search'
75 ,
"date_start"=>
"text"
77 ,
"description"=>
"text"
78 ,
"amount_min"=>
"numeric"
79 ,
"amount_max"=>
"numeric"
81 ,
"accounting"=>
"text"
83 ,
"date_paid_start"=>
"text"
84 ,
"date_paid_end"=>
"text"
85 ,
"ledger_type"=>
"text"
86 ,
"all_ledger"=>
"numeric"
87 ,
"operation_filter"=>
"text"
88 ,
"filter_name"=>
"text"
90 ,
'uf_tag_option'=>
'numeric'
91 ,
'uf_currency_code'=>
'numeric'
92 ,
'tva_id_search'=>
'numeric'
100 $this->date_format=
"DD.MM.YYYY";
101 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...
ORM abstract of the table public.user_filter.
__construct(DatabaseCore $p_cn, $p_id=-1)