Building A Zend Framework 2 Application – Hello World Part 3
This is the final part of our 'Hello World' series. In 'Hello WorldPart 2' we created the Controller, Module classes and set up the module configuration with the 'ServiceManager' and the autoloading. Now it's time to add the views so we can see some results for this. Remember we set up the 'ViewManager' in the module configuration, in our 'template_map' we made reference to four view scripts now we will create those view files. Read More ...