noalyss  Version-9
Variables
test-tableau-postgres.php File Reference

Go to the source code of this file.

Variables

global $cn =new Database()
 
global $g_failed
 
global $g_succeed
 
global $g_user
 
 $id =$cn->get_value('insert into test_array(list_tag) values (\'{"1"}\') returning id')
 
 $val =$cn->get_value ("select array_to_string(list_tag,'/#!/') from test_array where id=$1",array(8))
 

Variable Documentation

◆ $cn

$cn =new Database()

Definition at line 12 of file test-tableau-postgres.php.

◆ $g_failed

global $g_failed

Definition at line 12 of file test-tableau-postgres.php.

◆ $g_succeed

global $g_succeed

Definition at line 12 of file test-tableau-postgres.php.

◆ $g_user

global $g_user

Definition at line 12 of file test-tableau-postgres.php.

◆ $id

$id =$cn->get_value('insert into test_array(list_tag) values (\'{"1"}\') returning id')

Definition at line 16 of file test-tableau-postgres.php.

◆ $val

$val =$cn->get_value ("select array_to_string(list_tag,'/#!/') from test_array where id=$1",array(8))