T201704081208

This commit is contained in:
Leander
2017-04-06 12:09:03 +02:00
parent 9509d6fcc9
commit e049fc20de

View File

@@ -11,6 +11,11 @@ $data = '';
$error = 0;
$uid = isset($_GET['uid']) ? $_GET['uid'] : '';
$categories[] = array('id' => 1, 'name' => "BWL", 'score' => 321, 'place' => 123);
$categories[] = array('id' => 2, 'name' => "Mathematik", 'score' => 1454, 'place' => 1);
$info = array('score' => 3253, 'place' => 122, 'all' => 321, 'categories' => $categories);
$response = Database::create_response($info, $error);
print_r($response);
?>