2 require_once NOALYSS_INCLUDE.
'/lib/class_database.php';
3 require_once NOALYSS_INCLUDE.
'/lib/ac_common.php';
4 require_once NOALYSS_INCLUDE.
'/database/class_noalyss_sql.php';
32 $this->
table =
"public.tags";
33 $this->primary_key =
"t_id";
38 ,
"t_description" =>
"t_description"
43 ,
"t_description" =>
"text"
45 $this->
default = array(
49 parent::__construct($p_cn,
$p_id);
Match a table into an object, you need to add the code for each table.
__construct(&$p_cn, $p_id=-1)
Manage the table public.tag.