gpt4 book ai didi

php - 从 SonataAdmin 中的表单访问 POST 数据

转载 作者:行者123 更新时间:2023-12-05 01:47:49 24 4
gpt4 key购买 nike

我有一个简单的问题,如何访问 sonataAdmin 中的表单返回的原始 POST 数据?

我有一个使用 Javascript 创建表单的页面,我需要检索这些表单中的数据。问题是这些表单不是实体的属性,所以我不能让 Sonata 管理员自动为我链接它们。

最佳答案

甚至似乎还有“更智能”并且可能更安全的版本:

public function preUpdate($object)
{
$uniqid = $this->getRequest()->query->get('uniqid');
$formData = $this->getRequest()->request->get($uniqid);
var_dump($formData);exit;
}

来源: https://github.com/sonata-project/SonataAdminBundle/issues/2610

关于php - 从 SonataAdmin 中的表单访问 POST 数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21515172/

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