Callbacks don't pass the parameters in a dynamic route. Don't know if this is a bug or an unimplemented feature, either way it is an issue.
Take the snippet below (crudely written, apologize for any syntax errors)
get('/user/$user' function($id) {
// your code here n stuff
});
Callbacks don't pass the parameters in a dynamic route. Don't know if this is a bug or an unimplemented feature, either way it is an issue. Take the snippet below (crudely written, apologize for any syntax errors)