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 has been 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 =)
The text was updated successfully, but these errors were encountered:
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 =)
The text was updated successfully, but these errors were encountered: