38 $this->
table=
"public.action_gestion_comment";
39 $this->primary_key=
"agc_id";
46 ,
"agc_date"=>
"agc_date"
47 ,
"agc_comment"=>
"agc_comment"
48 ,
"tech_user"=>
"tech_user"
56 ,
"agc_date"=>
"timestamp with time zone"
57 ,
"agc_comment"=>
"text"
67 $this->date_format=
"DD.MM.YYYY";
68 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...