You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2022. It is now read-only.
Is there a function to map get parameters with routes parameters ? I don't find method or any example.
Thanks for help, i'm not habituate to use Slim =)
Hi and thanks for your contribution,
I have a problem to get the values of routes parameters.
In my routes, I want to get the "id" param in the controller :
In my controller
$args var_dump (if the id is 6 : http://localhost:3000/admin/category/6/edit) :
$params var_dump :
Is there a function to map get parameters with routes parameters ? I don't find method or any example.
Thanks for help, i'm not habituate to use Slim =)