I setup Zend Framework 2 and the Skeleton Application, went through the Album Application example in the manual and everything works as advertised. So I am now trying to apply all this great knowledge to a real case.
Lets say I want to use Zends power in the future but for now I want a simple six page standard website, no authentication, no database, just simple web pages. So for now I am using Zend as a framework to load in the navigation and layout. What is the best way to do this? The Album example is too complex. Do I use Zend/View? Does someone have a good example of this?
Secondly, is it a good idea to leave the Skeleton Application (/module/Application/..) in-tacked and add a new module (/module/NewApp/...) or is it better to modify the Skeleton Application and use it as a starting point?
Thanks.

