使用适当的网格和网格来实施 Magento EAV管理面板中的表单
我正在尝试在 magento 中实现 EAV CRUD 模块。我的模块名称是 Pincodes。 应该就像管理面板下的属性管理>>>目录>>属性>>管理属性
到目前为止,我已经按照 Module Adminhtml >> 实现了整个模块。目录>>产品>>属性
我遇到了一些问题。
我的表 eavpincodes 没有任何像
attribute_id
这样的列。因此,在准备集合时,我收到未知列的 SQL 错误。但catalog_eav_Attribute
有该列。我只有几个表 eavpincodes eavpincodes_datatime、eavpincodes_int 等。这些表是由 magento 自动生成的代码有问题,当我去创建新属性时,我无法识别它呈现整个布局,但没有出现任何表单。此外,没有错误,没有例外,甚至没有一个文件包含错误。
这是我的代码的链接。我不知道它对你是否有意义,但非常感谢任何帮助。
I am trying to implement an EAV CRUD module in magento. My module name is Pincodes.
It should be just like the Attribute Management under Admin panel >> Catalog >> Attributes >> Manage Attribute
So far I have implemented the whole module by following the Module Adminhtml >> catalog >> product >> Attributes
I am having few issues.
My table eavpincodes does not have any column like
attribute_id
. So while preparing collection I get an SQL error of unknown column. Butcatalog_eav_Attribute
has that column. I only have few tables eavpincodes eavpincodes_datatime, eavpincodes_int etc. These tables are automatically generated by magentoSomething is wrong about code that I am not able to identify when I go to create new attribute it renders the whole layout but no form appears. Moreover there is no error, no exception not even a single error of file inclusion.
Here is a link to my code. I don't know its going to make any sense to u or not but any help is much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论