开发者

url::redirect in kohana 3.1

I can't find function url::redirect in kohana 3.1

What is the new name for this开发者_如何学编程 function ? (If it still exists !)


It has been changed in Kohana 3 to...

$this->request->redirect($newUrl);

You can use that in a controller.

Otherwise, use (as biakaveron kindly pointed out)...

Request::current()->redirect($newUrl);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜