Open
Description
I know it is possible for me to pass a parameter to an action as follows:
$router->add('{controller}/{action}/{id:\d+}');
public function indexAction() { View::renderTemplate('Sobre/index.html'); }
But how can i pass, two or more parms to the router and get there parms into the action.
Sorry my bad english.
Metadata
Metadata
Assignees
Labels
No labels