gpt4 book ai didi

php - 如何在 Yii 中使用 POST 方法创建链接?

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:51:45 24 4
gpt4 key购买 nike

在Rails中我们可以做到

= link_to 'Logout', destroy_user_session_path, method: :post

我们如何在 Yii 中实现这一点? (无需手动创建隐藏表单:Make a link use POST instead of GET。)

我查看了postUrl 指南,但找不到任何内容。

http://www.yiiframework.com/doc-2.0/guide-helper-url.html

到目前为止我有这个

%a.btn.btn-sm.btn-success{href: Url::to(['update-bid', 'change' => 'plus'])} +10%

最佳答案

试试这个:

<?= Html::a('submit', Url::to(['site/index']), ['data-method' => 'POST']) ?>

关于php - 如何在 Yii 中使用 POST 方法创建链接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31215170/

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