gpt4 book ai didi

php - Zend 2 : How to throw a 404 error from controller

转载 作者:IT王子 更新时间:2023-10-29 00:14:17 26 4
gpt4 key购买 nike

我想从我的 Controller 中抛出“404 页面未找到”错误。我该怎么做?

我使用 Zend Framework 2 而不是 1。

最佳答案

class IndexController extends AbstractActionController
{
public function previewAction ()
{
return $this->notFoundAction ();
}
}

关于php - Zend 2 : How to throw a 404 error from controller,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15968331/

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