Kohana 3 - Getting value from URL
Posted
by pigfox
on Stack Overflow
See other posts from Stack Overflow
or by pigfox
Published on 2010-05-29T00:57:20Z
Indexed on
2010/05/29
1:02 UTC
Read the original article
Hit count: 242
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.
© Stack Overflow or respective owner