How do I create a simple ‘Hello World’ module in Magento?

How can the following be accomplished in Magento? Display a “Hello World” message using a controller/view/model approach. So, if I went to http://example.com/myController it would show the string ‘Hello World’. Being able to show this string within the template of my website (for example, the header, footer, etc.) will be a bonus. How do I … Read more