38 $this->
table=
"public.jrn_tax";
39 $this->primary_key=
"jt_id";
46 ,
"pcm_val"=>
"pcm_val"
64 $this->date_format=
"DD.MM.YYYY";
65 parent::__construct($p_cn,
$p_id);
This class allow you to connect to the postgresql database, execute sql, retrieve data.
ORM of the table public.jrn_tax.
__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...