Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
シンプルな REST GET 呼び出し
http://localhost/root/student/11
経由で処理できます
$data->get('/student/:id', 'getStudent');
ただし、他の問題を解決するため、パラメトリックデータを送信したい
http://localhost/root/student?id=11
このデータを SLim フレームワークで処理するにはどうすればよいですか?