35 $this->
table=
"public.form_detail";
36 $this->primary_key=
"fo_id";
42 ,
"fo_fr_id"=>
"fo_fr_id"
44 ,
"fo_label"=>
"fo_label"
45 ,
"fo_formula"=>
"fo_formula"
52 ,
"fo_fr_id"=>
"numeric"
55 ,
"fo_formula"=>
"text"
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.
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...