是否有任何在线文档可用于执行 sql,例如,in,join in magento 中的简单模型?
我创建了一个简单的模型并将该模型映射到自定义表,我需要从该表中过滤并获取值。
是否有任何在线文档可用于执行 sql,例如,in,join in magento 中的简单模型?如果是这样,请告诉我..
非常感谢..!
I had created a simple model and mapped this model to a custom table, i need to filter and fetch values from this table.
is there any online documentation available to perform sql like,in,join in a simple model in magento? If so please let me know..
Thank you very much..!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 magento 大师 Alan Storm 的网站。
Alan Storm - Magento 文章
Check maestro of magento Alan Storm's website.
Alan Storm - Magento Articles
我发现这个关联。
在此链接中,有使用 like,in,eq 等的示例,以及像 addFieldToFilter('sku',array('eq'=>'n2610')) 这样的简单模型,实际解决方案将接近页面底部。
另外,Oğuz ÇELıKDEMıR 的 Alan Strom - Magento 文章链接也很有用。
I found this link.
In this link there are samples for using like,in,eq etc., along with simple model as like addFieldToFilter('sku',array('eq'=>'n2610')), the actual solution will be at near to bottom of the page.
Also the Alan Strom - Magento articles link by Oğuz ÇELİKDEMİR is useful.