1

シンプルな REST GET 呼び出し

http://localhost/root/student/11

経由で処理できます

 $data->get('/student/:id', 'getStudent');

ただし、他の問題を解決するため、パラメトリックデータを送信したい

 http://localhost/root/student?id=11

このデータを SLim フレームワークで処理するにはどうすればよいですか?

4

1 に答える 1