Yii 多选值 Find() 函数

发布于 2025-01-04 05:37:43 字数 135 浏览 2 评论 0原文

我有一个多重选择元素,我需要在数据库中搜索在选择元素上选择的所有值。就一张桌子, 如何将 find() 函数与属性表的多个值一起使用? 现在 find() 函数,它将等待单个值,但它应该是 N 个值。 在 yii.js 中是否有更简单的方法来做到这一点?

I have a multiple select element, I need searching in the database with all values selected on the select element. It's just one table,
How can I use find() function with multiple values for a attribute table??
Right now the find() function, it will wait for a single value but it should be N values.
Is there an easier way to do that in yii.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

念三年u 2025-01-11 05:37:43

恐怕你对你的问题还不够清楚,但我想函数 findAll() 可以帮助你:http://www.yiiframework.com/doc/api/1.1/CActiveRecord/#findAll-detail

I'm afraid you're not being clear enough about your problem, but I guess that the function findAll() could help you: http://www.yiiframework.com/doc/api/1.1/CActiveRecord/#findAll-detail

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文