Trying to call a method on a controller but this wont work on AltoRouter
$router->map( 'GET', '/users/[i:id]/', 'UserController#showDetails' );
What I'm doing wrong?
PS:There is no example on how to get the parameters on the Controller method either.