39 $this->
table =
"public.forecast_category";
40 $this->primary_key =
"fc_id";
46 ,
"fc_desc" =>
"fc_desc"
48 ,
"fc_order" =>
"fc_order"
57 ,
"fc_order" =>
"numeric"
61 $this->
default = array(
65 $this->date_format =
"DD.MM.YYYY";
66 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_category.
__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...