开发者

How to create a Hello world extension in Magento? [closed]

开发者 https://www.devze.com 2023-02-23 14:37 出处:网络
It's 开发者_JAVA技巧difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
It's 开发者_JAVA技巧difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

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.


Here is a simple Hello World module creation tutorial:- http://magento4u.wordpress.com/2009/06/08/create-new-module-helloworld-in-magento/

Furthermore, you can use module creator for easy and initial module setup:- http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/custom_module_with_custom_database_table


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


  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.
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号