I\'m playing with Slim PHP as a framework for a RESTful API, and so far it\'s great. Super easy to work with, but I do have one question I can\'t find the answer to. How do I gr
Use $id = $request->getAttribute('id'); //where id is the name of the param
$id = $request->getAttribute('id'); //where id is the name of the param