ZF 2 is running on MAMP. At the moment I read "Pro Zend Framework Techniques: Build a Full CMS Project" by Forrest Lyman.
If I call the project in Firefox I get the ZF 2 Welcome Page. Forrest wrote:
> First you need to update application/configs/application.ini, adding the layout resource to the production section, as shown in Listing 2-7.
Listing 2-7. Adding the Layout Resource to application/configs/application.ini
resources.layout.layoutPath = APPLICATION_PATH "/layouts/scripts" <<
The module folder contains an Application folder. But there's no configs folder and no application.ini as well.
Do I have to create that?
Is there a difference between ZF1 and ZF2?