我需要阻止视图在指定的情况下呈现,但我无法理解如何防止它呈现.
我试过了
$this->autoRender=false
但没有任何反应,可能是因为我使用的API引擎管理渲染与常规控制器不同.有人知道这样做的诀窍吗?
使用$this-> layout =’ajax’似乎不够.
原文链接:https://www.f2er.com/php/138268.html但使用这两条线的工作原理:
$this->layout = 'ajax'; $this->render(false);