37 $this->
table =
"public.parameter_extra";
38 $this->primary_key =
"id";
45 ,
"pe_label"=>
"pe_label"
46 ,
"pe_value"=>
"pe_value"
59 $this->
default = array(
63 $this->date_format =
"DD.MM.YYYY";
64 parent::__construct($p_cn,
$p_id);
This class allow you to connect to the postgresql database, execute sql, retrieve data.
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...