Kohana 3 - Getting value from URL
- by pigfox
I have log in functionality that will check for a session, if it not there the user will be redirected via Request::instance()-redirect('managers/error/1');
In the error action in the managers controller I can't get the value 1 which represents a specific error msg.
How can I capture the value "1" from the url, I'm only using standard routes.