如何在 Magento 中创建 Hello world 扩展?

发布于 2024-10-31 00:33:02 字数 101 浏览 1 评论 0原文

我想创建我的第一个 Magento 扩展,是否有关于 Magento 的“创建简单的 Hello world 扩展”的教程。同时,如果我在 Google 中找到任何此类教程,我将在此发布。

I would like to create my first Magento extension, is there any tutorial about "Creating simple Hello world extension" for Magento. In mean time if i find any such tutorial in Google, I will post in this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

日记撕了你也走了 2024-11-07 00:33:02

这是一个简单的 Hello World 模块创建教程:- http://magento4u.wordpress.com/2009/06/08/create-new-module-helloworld-in-magento/

此外,您可以使用模块创建器进行简单的初始模块设置:- < a href="http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/custom_module_with_custom_database_table" rel="nofollow noreferrer">http://www.magentocommerce.com/wiki/5__-_modules_and_development/0_ -_module_development_in_magento/custom_module_with_custom_database_table

不奢求什么 2024-11-07 00:33:02

对于初学者来说,最好的一篇是 Smashing 杂志的这篇文章:http://coding.smashingmagazine.com/2012/03/01/basics-creating-magento-module/

For beginners the best one out there, is this article from Smashing Magazine: http://coding.smashingmagazine.com/2012/03/01/basics-creating-magento-module/

唱一曲作罢 2024-11-07 00:33:02
  1. app/etc/modules 中声明您的扩展
  2. 将 PHP 代码放入 app/code 中。您可以在 Company_Module 中声明哪个目录
  3. app/design/frontend/default/default 中创建布局。
  1. Declare your extension in app/etc/modules
  2. Put PHP code in app/code. which directory you can declare in your Company_Module
  3. Create layout in app/design/frontend/default/default.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文