21require_once NOALYSS_INCLUDE .
'/lib/data_sql.class.php';
22require_once NOALYSS_INCLUDE .
'/class/database.class.php';
38 $this->
table =
"public.parm_mail_server";
39 $this->primary_key =
"pe_id";
45 ,
"pe_name" =>
"pe_name"
46 ,
"pe_parameter" =>
"pe_parameter"
47 ,
"pe_value" =>
"pe_value"
56 ,
"pe_parameter" =>
"text"
57 ,
"pe_value" =>
"text"
60 $this->
default = array(
"pe_id" =>
"auto");
62 $this->date_format =
"DD.MM.YYYY";
63 parent::__construct($p_cn,
$p_id);
contains the class for connecting to Noalyss
abstract of the table public.parm_mail_server
__construct(Database $p_cn, $p_id=-1)
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...