38 $this->
table =
"public.forecast";
39 $this->primary_key =
"f_id";
45 ,
"f_name" =>
"f_name"
46 ,
"f_start_date" =>
"f_start_date"
47 ,
"f_end_date" =>
"f_end_date"
55 ,
"f_start_date" =>
"numeric"
56 ,
"f_end_date" =>
"numeric"
60 $this->
default = array(
64 $this->date_format =
"DD.MM.YYYY";
65 parent::__construct($p_cn,
$p_id);
This class allow you to connect to the postgresql database, execute sql, retrieve data.
ORM abstract of the table public.forecast.
__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...