2require_once NOALYSS_INCLUDE.
'/lib/ac_common.php';
30 $this->
table =
"public.tags";
31 $this->primary_key =
"t_id";
36 ,
"t_description" =>
"t_description"
43 ,
"t_description" =>
"text"
47 $this->
default = array(
51 parent::__construct($p_cn,
$p_id);
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...
Manage the table public.tag.
__construct(& $p_cn, $p_id=-1)