38 $this->
table=
"public.document_type";
39 $this->primary_key=
"dt_id";
45 ,
"dt_value"=>
"dt_value"
46 ,
"dt_prefix"=>
"dt_prefix"
62 $this->date_format=
"DD.MM.YYYY";
63 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.document_type
__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...