gpt4 book ai didi

php - 在没有模板的情况下在 Zend Framework 2 中进行重定向

转载 作者:行者123 更新时间:2023-12-04 00:31:04 24 4
gpt4 key购买 nike

我正在尝试从路由/admin 重定向到/admin/post/list。

我设置了一条从/admin 到 IndexController::indexAction() 的路由

然后我做了这样的 Controller

class IndexController extends AbstractActionController
{
public function indexAction()
{
$this->redirect()->toRoute('postList');
}
}

效果很好,但是ZF2需要做一个模板index/index.phtml。

如何在没有空模板的情况下更好地进行重定向?

最佳答案

如果你添加 return 它应该可以工作:

return this->redirect()->toRoute('postList');

关于php - 在没有模板的情况下在 Zend Framework 2 中进行重定向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14678385/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com