Zend Framework 在特定条件下获取依赖行
我想从依赖表中检索遵循依赖表中给定条件的行。
I want to retrieve rows from a dependent table that follows a given criteria in the dependent table.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用表关系,则可以提供
Zend_Db_Table_Select
对象作为findDependentRowset
的参数。请参阅 http://framework.zend.com/manual/en/zend。 db.table.relationships.html#zend.db.table.relationships.fetching.dependent
If you're using table relationships, you can provide a
Zend_Db_Table_Select
object as an argument tofindDependentRowset
See more info at http://framework.zend.com/manual/en/zend.db.table.relationships.html#zend.db.table.relationships.fetching.dependent
您需要使用连接 http ://framework.zend.com/manual/en/zend.db.select.html#zend.db.select.building.join
但没有更多信息,这就是我所能提供的
You need to use a join http://framework.zend.com/manual/en/zend.db.select.html#zend.db.select.building.join
But with no more info that's all I can give