Exemplo n.º 1
0
 function listAnswers()
 {
     $getdata = new getData();
     $answerlist = $getdata->get_answers();
     header('Content-Type:application/json');
     echo json_encode($answerlist);
 }