Esempio n. 1
0
 public function getquestion($id, $limit)
 {
     $a = Question::getList($id, $limit);
     return Response::json($a);
 }