예제 #1
0
function recordRetouite($id, $bd)
{
    $th = new TouiteHandler($bd);
    $th->addRetouite($id, $_SESSION['id']);
}