Following the tutorial @ http://kerkness.ca/kowiki/doku.php?id=example_of_a_multi-language_website
I need to override the Request class, but there is no instance method.
What do i need to change to get it working in kohana v3.3 ?
Thx in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The use of Request::instance() was replaced with Request::$current since Kohana 3.2, so you should write this in top of your Request class: