I'm writing a purely REST based application--ie: no view. How do I get around this Zend\View exception:
- Uncaught exception 'Zend\View\Exception\RuntimeException' with message 'Zend\View\Renderer\PhpRenderer::render: Unable to render template "404"; resolver could not resolve to a file' On a 404, I want it to route to a specific Module Controller, with specific parameters, or at least something to identify what the error was--pretty much exactly what ErrorController was in ZF1.0--in order to output the proper REST header and body format. --- Philip [email protected] http://www.gpcentre.net/
