twig“render”方法的第一个参数必须实现接口Psr \ Http \ Message \ ResponseInterface,就像$ response here:
from models.x import X # where X is the name of the class in x.py
def functionX(self):
y = # set this value as the value of x in function x from x.py
在我的视图'home.twig'中,如何使用$ response来获取请求变量?
喜欢此链接http://link...?name=the_name
如何在home.view代码中获取GET'name'变量?
使用$ response?不是,$响应的目的是什么?
答案 0 :(得分:0)
我认为你正在寻找这个......
$request->getQueryParams()['name'];