35 $this->
table=
"public.payment_method";
36 $this->primary_key=
"mp_id";
43 ,
"mp_jrn_def_id"=>
"mp_jrn_def_id"
44 ,
"mp_fd_id"=>
"mp_fd_id"
45 ,
"mp_qcode"=>
"mp_qcode"
46 ,
"jrn_def_id"=>
"jrn_def_id"
54 ,
"mp_jrn_def_id"=>
"numeric"
55 ,
"mp_fd_id"=>
"numeric"
57 ,
"jrn_def_id"=>
"numeric"
65 $this->date_format=
"DD.MM.YYYY";
66 parent::__construct($p_cn,
$p_id);
This class allow you to connect to the postgresql database, execute sql, retrieve data.
abstract of the table public.payment_method
__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...