21require_once NOALYSS_INCLUDE .
'/lib/data_sql.class.php';
22require_once NOALYSS_INCLUDE .
'/class/database.class.php';
43 $this->
table =
"public.quant_fin";
44 $this->primary_key =
"qf_id";
50 ,
"qf_bank" =>
"qf_bank"
52 ,
"qf_other" =>
"qf_other"
53 ,
"qf_amount" =>
"qf_amount"
61 ,
"qf_bank" =>
"numeric"
62 ,
"jr_id" =>
"numeric"
63 ,
"qf_other" =>
"numeric"
64 ,
"qf_amount" =>
"numeric"
69 $this->
default = array(
73 $this->date_format =
"DD.MM.YYYY";
74 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...