Hi there! Please don't think of modules in ZF2 as modules in ZF1. There is no 1:1 mapping between paths and modules in ZF2. ZF2 modules are "plug-in functionalities" which can be enabled or disabled.
I personally use the Application Skeleton as a default module which I override. It is not necessary, but the configs it provides should be defined in your modules if you don't use it. Marco Pivetta http://twitter.com/Ocramius http://marco-pivetta.com On 30 September 2012 21:30, whisher [via Zend Framework Community] < [email protected]> wrote: > Hi all, > I'm just strating take the first steps with zf2 and modules > so I'm wondering Is it required a module Application like in the > getting started tutorial ? > I set up my first project from scratch and I got > Uncaught exception 'Zend\View\Exception\RuntimeException' with message > 'Zend\View\Renderer\PhpRenderer::render: Unable to render template "404" > > Bye > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://zend-framework-community.634137.n4.nabble.com/zf2-Modules-Application-is-comparable-to-the-old-default-tp4657237.html > To start a new topic under Zend Framework, email > [email protected] > To unsubscribe from Zend Framework Community, click > here<http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=634137&code=b2NyYW1pdXNAZ21haWwuY29tfDYzNDEzN3wxNzE0OTI1MTk4> > . > NAML<http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/zf2-Modules-Application-is-comparable-to-the-old-default-tp4657237p4657250.html Sent from the Zend Framework mailing list archive at Nabble.com.
