39 $this->
table=
"public.contact_option_ref";
40 $this->primary_key=
"cor_id";
46 ,
"cor_label"=>
"cor_label"
47 ,
"cor_type"=>
"cor_type"
48 ,
"cor_value_select"=>
"cor_value_select"
56 ,
"cor_type"=>
"numeric"
57 ,
"cor_value_select"=>
"text"
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.
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...