38 $this->
table =
"operation_exercice_detail";
39 $this->primary_key =
"oed_id";
46 ,
'oed_poste' =>
'oed_poste'
47 ,
'oed_qcode' =>
'oed_qcode'
48 ,
'oed_label' =>
'oed_label'
49 ,
'oed_amount' =>
'oed_amount'
50 ,
'oed_debit' =>
'oed_debit'
60 ,
'oed_poste' =>
'text'
61 ,
'oed_qcode' =>
'text'
62 ,
'oed_label' =>
'text'
63 ,
'oed_amount' =>
'number'
64 ,
'oed_debit' =>
'text'
68 $this->
default = array(
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.
__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...