zend-mvc
zend-mvc copied to clipboard
Mvc component from Zend Framework
I noticed that most services defined in the `Zend\Mvc\Service\ServiceListenerFactory` still use strings for the services names instead of class names. https://github.com/zendframework/zend-mvc/blob/develop/src/Service/ServiceListenerFactory.php It looks a little inconsequent in a factory when...
When I have an exception in a "view" from a ViewHelper I recive a generic message : "An error occurred during execution; please try again later. No Exception available" without...
The question is simple: do we really need notFoundAction? https://github.com/zendframework/zend-mvc/blob/master/src/Controller/AbstractActionController.php#L43 I don't think so... My problems: 1. It's not triggering a dispatch error, while all other and similar (!) errors...
https://github.com/zendframework/zend-http/issues/116 revealed that malformed HTTP request, in this case with header with empty value, leads to http request factory throwing exception. Since it is happening early on during application bootstrap,...
Hello Let me first tell a story how I reached to this issue. I have spent more than 6 hours in sum with a face like this one '**O_O**' trying...
The extremely convenient LazyControllerAbstractFactory only checks ServiceManager when making objects for the controller's constructor. This means that I have to move any forms without a factory from the 'form_elements' config...
Please change link in the repository description: currently we have: https://github.com/zendframework/zf2 but IMHO we should have there: https://docs.zendframework.com/zend-mvc/ It would be nice also add some tags to the repo. Maybe...
There is a question for me. On a module, Like the path: module/Application, module/Admin, etc... Most of time. the module namespace is use: Application\\, Admin\\, and now I want make...
originally i submitted issue at `ZendSkeletonApplication` repo https://github.com/zendframework/ZendSkeletonApplication/issues/433 , which seems should be here When I tried to use middleware in zend-mvc 3, it require to install `zend-stratigility` as it...
Number of issues arose from version incompatibilities due to lack of version constraints on zend-stratigility. A way forward is to deprecate Middleware listener and introduce satellite package defining dependencies both...