37 $this->
table=
"public.fiche_def_ref";
38 $this->primary_key=
"frd_id";
44 ,
"frd_text"=>
"frd_text"
45 ,
"frd_class_base"=>
"frd_class_base"
53 ,
"frd_class_base"=>
"text"
61 $this->date_format=
"DD.MM.YYYY";
62 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.fiche_def_ref , which concerns the template of category of card.
__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...