37 $this->
table=
"public.attr_def";
38 $this->primary_key=
"ad_id";
44 ,
"ad_text"=>
"ad_text"
45 ,
"ad_type"=>
"ad_type"
46 ,
"ad_size"=>
"ad_size"
47 ,
"ad_extra"=>
"ad_extra"
48 ,
"ad_search_followup"=>
"ad_search_followup"
49 ,
"ad_default_order"=>
"ad_default_order"
60 ,
"ad_search_followup"=>
"numeric"
61 ,
"ad_default_order"=>
"numeric"
69 $this->date_format=
"DD.MM.YYYY";
70 parent::__construct($p_cn,
$p_id);
ORM of the table public.attr_def.
__construct(DatabaseCore $p_cn, $p_id=-1)
This class allow you to connect to the postgresql database, execute sql, retrieve data.
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...