21require_once NOALYSS_INCLUDE.
'/lib/data_sql.class.php';
22require_once NOALYSS_INCLUDE.
'/class/database.class.php';
40 $this->
table=
"public.profile_mobile";
41 $this->primary_key=
"pmo_id";
47 ,
"me_code"=>
"me_code"
48 ,
"pmo_order"=>
"pmo_order"
50 ,
"pmo_default"=>
"pmo_default"
58 ,
"pmo_order"=>
"numeric"
60 ,
"pmo_default"=>
"text"
67 $this->date_format=
"DD.MM.YYYY";
68 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.profile_mobile.
__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...