Skip to content
Snippets Groups Projects
Commit e99ce4ea authored by DEGBEY SCOTT's avatar DEGBEY SCOTT
Browse files

Replace gameTableSize.php

parent b29fa598
Branches
Tags
No related merge requests found
<?php
require_once __DIR__ . '/../db/Database.php';
// utiliser le fichier Database.php pour charger le nombre de jeu total dans la base et le retourner en JSON. (1 points)
$db = new Database();
$id=1;
while($result=$db->getGame($id))
{
}
require_once __DIR__ . '/../db/Database.php';
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment