Umfragen
test2.php File Reference

Go to the source code of this file.

Variables

if(!(isset($_SESSION))) $db = new db( DB_USER, DB_PASS, DB_DATABASE, DB_HOST )
 $config = new config($db)
 $au = make_auth_object()
 $data = array()
 $data ["labels"] = array("a","b")
 $data ["datasets"] = array()
 $data ["datasets"][] = array(1,6,3,8,5,6,4,4,6,5,4)
 $data2 = array(1,2,3,4,6,8,7,4,4,1,4,4,7,4,6,4,4,4,1,2,6,6,7)
 $chart1 = new doughnutChart($data2)
 $chart2 = new pieChart($data2)
 $chart3 = new barChart($data)
 $chart4 = new radarChart($data)
 $widget = $poll->get_widget_by_id(34)

Variable Documentation

Definition at line 86 of file test2.php.

$chart1 = new doughnutChart($data2)

Definition at line 590 of file test2.php.

$chart2 = new pieChart($data2)

Definition at line 591 of file test2.php.

$chart3 = new barChart($data)

Definition at line 592 of file test2.php.

$chart4 = new radarChart($data)

Definition at line 593 of file test2.php.

$config = new config($db)

Definition at line 82 of file test2.php.

$data = array()

Definition at line 578 of file test2.php.

$data["labels"] = array("a","b")

Definition at line 579 of file test2.php.

$data["datasets"] = array()

Definition at line 580 of file test2.php.

$data["datasets"][] = array(1,6,3,8,5,6,4,4,6,5,4)

Definition at line 582 of file test2.php.

$data2 = array(1,2,3,4,6,8,7,4,4,1,4,4,7,4,6,4,4,4,1,2,6,6,7)

Definition at line 588 of file test2.php.

if (!(isset($_SESSION))) $db = new db( DB_USER, DB_PASS, DB_DATABASE, DB_HOST )

Definition at line 81 of file test2.php.

$widget = $poll->get_widget_by_id(34)

Definition at line 613 of file test2.php.