如果用户未登录,如何更改/重新路由当前请求的操作。
这适用于我的自定义模块的控制器。
是否考虑过覆盖preDispatch()但不认为这是正确的。
类似的东西,
init() {
if (!$user->loggedIn)
change action
}
答案 0 :(得分:0)
$this->_redirect($path, $arguments=array());
有关详细信息,请参阅http://blog.chapagain.com.np/magento-redirect-functions/