在magento(实体属性值模型)中触发查询的最简单方法?
我是 Magento 及其 EAV 模型的新手。我对其数据库结构非常困惑。即使我浏览 phpmyadmin,也很难在表中找到数据。然后,当我尝试编写查询从表中获取数据时,它变得更加复杂和耗时。
有没有什么简单的方法来理解和处理这种类型的数据库?有没有简单的方法可以在其中触发查询。我尝试在互联网上努力搜索一些好的教程来理解这种数据库,但找不到。任何人都可以推荐任何好书或在线材料来了解 Magento 数据库和 EAV 模型吗?谢谢
I am new to Magento and its EAV Model. I am very much confused about its database structure. It's really hard to find data inside tables even when I browse through phpmyadmin. Then it becomes more complicated and time consuming when I try to write queries to fetch data from its tables.
Is there any simple way to understand and deal with this type of database? And is there any simple way to fire queries in it. I tried hard searching internet to get some good tutorials to understand this kind of database but couldn't find. Can anyone suggest any good book or online material to understand Magento database and EAV Model? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议看看 http://www.alanstorm.com/category/magento 和通读模型部分。我发现的 Magento 最好的教程/学习网站之一。
I would suggest taking a look at http://www.alanstorm.com/category/magento and reading through the Model sections. One of the best tutorial/learning sites I've found out there for Magento.