コード例 #1
0
ファイル: fonctions.php プロジェクト: Yamihoshi/Projet-Web
function recordRetouite($id, $bd)
{
    $th = new TouiteHandler($bd);
    $th->addRetouite($id, $_SESSION['id']);
}