Yii 多选值 Find() 函数
我有一个多重选择元素,我需要在数据库中搜索在选择元素上选择的所有值。就一张桌子, 如何将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕你对你的问题还不够清楚,但我想函数
findAll()
可以帮助你:http://www.yiiframework.com/doc/api/1.1/CActiveRecord/#findAll-detailI'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