Magento Create New Module - Controller Dispatch


/ Published in: PHP
Save to your folder(s)

Create a Hello World module in the Magento system
Configure this module with routes
Create Action Controller(s) for our routes


Copy this code and paste it in your HTML
  1. app/code/local/Magentotutorial/Helloworld/Block
  2. app/code/local/Magentotutorial/Helloworld/controllers
  3. app/code/local/Magentotutorial/Helloworld/etc
  4. app/code/local/Magentotutorial/Helloworld/Helper
  5. app/code/local/Magentotutorial/Helloworld/Model
  6. app/code/local/Magentotutorial/Helloworld/sql
  7.  
  8. Other sources:
  9. http://www.brainsins.es/blog/tutorial-para-la-creacion-de-una-extension-de-magento-parte-1/5199
  10. http://alanstorm.com/magento_controller_hello_world

URL: http://www.magentocommerce.com/knowledge-base/entry/magento-for-dev-part-3-magento-controller-dispatch/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.