예제 #1
0
function addTouite($data, $bd)
{
    $t = new TouiteHandler($bd);
    $id = $t->add($data);
    $t->addNormaux($id);
}