/ Published in: PHP
Create a Hello World module in the Magento system
Configure this module with routes
Create Action Controller(s) for our routes
Configure this module with routes
Create Action Controller(s) for our routes
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
app/code/local/Magentotutorial/Helloworld/Block app/code/local/Magentotutorial/Helloworld/controllers app/code/local/Magentotutorial/Helloworld/etc app/code/local/Magentotutorial/Helloworld/Helper app/code/local/Magentotutorial/Helloworld/Model app/code/local/Magentotutorial/Helloworld/sql Other sources: http://www.brainsins.es/blog/tutorial-para-la-creacion-de-una-extension-de-magento-parte-1/5199 http://alanstorm.com/magento_controller_hello_world