31require_once NOALYSS_INCLUDE.
'/lib/ac_common.php';
42 $this->
table =
"public.profile";
43 $this->primary_key =
"p_id";
47 ,
"p_name" =>
"p_name"
48 ,
"p_desc" =>
"p_desc"
49 ,
"with_calc" =>
"with_calc"
50 ,
"with_direct_form" =>
"with_direct_form"
51 ,
'with_search_card'=>
'with_search_card'
57 ,
"with_calc" =>
"text"
58 ,
"with_direct_form" =>
"text"
59 ,
'with_search_card'=>
"numeric"
61 $this->
default = array(
65 parent::__construct($p_cn,
$p_id);
Manage the table public.profile.
__construct(& $p_cn, $p_id=-1)
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...