[FEAT]Add score frontend

This commit is contained in:
2020-11-16 09:26:03 +01:00
parent e211333e77
commit bfb703e6b9
8 changed files with 127 additions and 83 deletions

View File

@@ -39,10 +39,9 @@ class Score
$score_item = array(
"id" => $row[1],
"name" => $row[2],
"compositor" => $row[3],
"style" => $row[4]
"compositor" => $row[3]
);
// "style" => $row[4]
array_push($scores_arr["scores"], $score_item);
}
}