gpt4 book ai didi

cakephp - 如何使用 cakephp FormHelper 类设置表单名称和 id?

转载 作者:行者123 更新时间:2023-12-02 14:53:53 25 4
gpt4 key购买 nike

我正在尝试使用 Cakephp 的 FormHelper 类创建一个表单。该表单需要有一个名称和一个 ID。然而我看不到这样的选择。

查看documentation for the Formhelper ,我看到了很多东西,但没有设置名称和选项的方法。它也不在 Formhelper 的源代码中。这些值是如何设置的?

Cakephp v1.2是我在这里运行的蛋糕版本

编辑:表单正在提交到外部目的地。它不是与应用程序中任何模型关联的表单。

最佳答案

您可以简单地在 $options 参数中传递任何其他属性。如果 Cake 没有特殊含义(例如 url),它将使用它作为 HTML 属性:

echo $form->create('Model', array('id' => 'myId'));

<form id="myId" method="post" action="/models/add">

关于cakephp - 如何使用 cakephp FormHelper 类设置表单名称和 id?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2799929/

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