3include_once(
"../include/constant.php");
4include_once(
"lib/ac_common.php");
5require_once(
'lib/database.class.php');
6require_once (
'class/dossier.class.php');
7require_once(
'lib/html_input.class.php');
8require_once (
'lib/function_javascript.php');
9require_once
'class/noalyss_user.class.php';
16$id=
$cn->get_value(
'insert into test_array(list_tag) values (\'{"1"}\') returning id');
19$cn->exec_sql(
'update test_array set list_tag = array_append(list_tag,\'test\')');
21$cn->exec_sql(
'update test_array set list_tag = array_append(list_tag,$1) where id=$2',array(
'Nouveau , test',
$id));
23$val=
$cn->get_value (
"select array_to_string(list_tag,'/#!/') from test_array where id=$1",array(8));
contains the class for connecting to Noalyss
load_all_script()
load all the javascript only one time