71 $exist=
$cn->get_value(
"select count(*) from action_gestion_filter where af_user=$1 and
72 af_name=$2" , [
$g_user->getLogin(),$this->name]);
74 $cn->exec_sql(
"insert into action_gestion_filter(af_user,af_name,af_search) values ($1,$2,$3)",
75 [
$g_user->getLogin(),$this->name,$this->json_content]);
77 $cn->exec_sql(
"update action_gestion_filter set af_search=$3 where
80 [
$g_user->getLogin(),$this->name,$this->json_content]);
93 require NOALYSS_TEMPLATE.
"/follow_up_filter-display_list.php";
global $g_user
if no group available , then stop
__construct($name, $json_content)
static display_list($login)
display the list of recorded search
setaContent($json_content)