【发布时间】:2014-05-06 04:54:13
【问题描述】:
我在我的代码中使用了不同的重定向函数,比如
return $this->_helper->redirector->gotoUrl('profile/linto/', array('prependBase' => false));
return $this->_helper->redirector->gotoRoute($session->params, $session->route, $session->reset);
return $this->_redirect($uri, array('prependBase' => false));
所有这些情况,正确的重定向正在发生。
但我需要的是,我需要获取这些函数生成的重定向 url,而不是重定向。
有人知道吗?
【问题讨论】:
标签: php zend-framework socialengine