How can the following be accomplish in Magento?
-
Display a "Hello World" message using a controller/view/model approach. So, if I went tohttp://mysite.com/myControllerit 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.