Oct
20
Kohana v3 :: URL Redirect
Leave a comment »
To perform a simple redirect in v3, all you have to do is:
Request::instance()->redirect('/foo/bar/1');
Oct
20
To perform a simple redirect in v3, all you have to do is:
Request::instance()->redirect('/foo/bar/1');