38 $this->
table =
"public.op_predef";
39 $this->primary_key =
"od_id";
45 ,
"jrn_def_id"=>
"jrn_def_id"
48 ,
"od_jrn_type"=>
"od_jrn_type"
49 ,
"od_direct"=>
"od_direct"
50 ,
"od_description"=>
"od_description"
57 ,
"jrn_def_id"=>
"numeric"
60 ,
"od_jrn_type"=>
"text"
61 ,
"od_direct"=>
"boolean"
62 ,
"od_description"=>
"text"
66 $this->
default = array(
70 $this->date_format =
"DD.MM.YYYY";
71 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.op_predef.
__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...