38 $this->
table =
"public.operation_exercice";
39 $this->primary_key =
"oe_id";
45 "oe_date" =>
"oe_date",
46 "oe_text" =>
"oe_text",
47 "oe_type" =>
"oe_type",
48 "tech_user" =>
"tech_user",
49 "tech_date" =>
"tech_date",
50 "oe_dossier_id" =>
"oe_dossier_id",
51 "oe_exercice" =>
"oe_exercice",
52 "oe_transfer_date"=>
"oe_transfer_date"
63 "tech_user" =>
"text",
64 "tech_date" =>
"date",
65 "oe_dossier_id" =>
"number",
66 "oe_exercice" =>
"number",
67 "oe_transfer_date"=>
"date"
71 $this->
default = array(
73 "tech_user" =>
"tech_user",
74 "tech_date" =>
"tech_date",
77 $this->date_format =
"DD.MM.YYYY";
78 parent::__construct($p_cn,
$p_id);
This class allow you to connect to the postgresql database, execute sql, retrieve data.
__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...