如何向magento数据库添加新表
我正在使用 magento 1.4.2.0,我需要向我的 magento 数据库添加一个新表,它适用于我的一些自定义 cms 页面,我需要将数据添加到数据库并需要获取该数据并将其显示在 cms 页面中.请逐步解释我,因为我对 magento 很陌生。
I am using magento 1.4.2.0 and i need to add a new table to my magento database,It is for some of my custom cms pages where i need to add data to database and need to fetch that data and show it in the cms pages.Please explain me step by step as i am very new to magento.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须在模块中使用安装文件:查看 Alan Storm 的综合帖子
you have to use a setup file in your module: check out Alan Storm's comprehensive post
使用magento模块创建表在sql文件夹mysql4-install-1.0.0.php文件中写入以下代码。
Create table using magento module write following code in sql folder mysql4-install-1.0.0.php file.