39 $this->
table =
"public.parm_periode";
40 $this->primary_key =
"p_id";
48 ,
"p_exercice"=>
"p_exercice"
49 ,
"p_exercice_label"=>
"p_exercice_label"
50 ,
"p_closed"=>
"p_closed"
51 ,
"p_central"=>
"p_central"
61 ,
"p_exercice_label"=>
"text"
62 ,
"p_closed"=>
"boolean"
63 ,
"p_central"=>
"boolean"
67 $this->
default = array(
71 $this->date_format =
"DD.MM.YYYY";
72 parent::__construct($p_cn,
$p_id);
This class allow you to connect to the postgresql database, execute sql, retrieve data.
ORM Manage the table public.parm_periode.
__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...