32 $this->
table=
"public.document_state";
33 $this->primary_key=
"s_id";
39 ,
"s_value"=>
"s_value"
40 ,
"s_status"=>
"s_status"
56 $this->date_format=
"DD.MM.YYYY";
57 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...