gpt4 book ai didi

Symfony2 |从响应/转发中隐藏/删除 header

转载 作者:行者123 更新时间:2023-12-04 15:45:35 25 4
gpt4 key购买 nike

我试图将 2 个 Controller 结果放在一个 Controller 中,所以我使用 '$response = $this->forward('Bundle:Controller:functionXXX'); 在第一个 Controller 中转发'。

在 Controller ' functionXXXAction ' 我使用 renderView 返回响应。

问题在于 forward 函数返回这个头部 在页面顶部:

"HTTP/1.0 200 OK Cache-Control: no-cache Date: Wed, 24 Apr 2013 09:56:50 GMT"

有什么办法可以把它从页面中隐藏起来吗?!

最佳答案

这个问题有点老了,但也许将来有人会寻找答案。要摆脱标题,您只需要调用:
$response = $this->forward('Bundle:Controller:functionXXX');
$response->getContent();

关于Symfony2 |从响应/转发中隐藏/删除 header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16189134/

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