gpt4 book ai didi

php - Symfony 渲染模板到字符串

转载 作者:可可西里 更新时间:2023-11-01 00:51:44 24 4
gpt4 key购买 nike

有没有办法在操作中将完全呈现的模板(有或没有布局)作为字符串获取?

即沿着这些方向的东西:

public function executeMyAction()
{
$this->variable1 = 'foo';
$this->variable2 = 'bar';

// renders template using assigned variables, partials, layouts, etc. as if it was for output to browser, but assigns html to string
$renderedTemplate = $this->renderTemplateToString();
}

附言我知道 this question ,但是提供的答案对我的目的来说并不是那么好。链接不起作用,getPartial 获取模板文件而不进行渲染。

最佳答案

关于php - Symfony 渲染模板到字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5659729/

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