zend-mvc
zend-mvc copied to clipboard
Mvc component from Zend Framework
The Inject template listener allows specifying a controller_map to map namespaces or specific controllers to directories. It is not currently possible to specify a mapping for a namespace to ''...
According to the [WC3 Specifictations](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html) the Server should try to satisfy accept headers in order. Currently the order of the content-types in the `Accept` header is not respected. So when...
Using filePRG in the post request i see that the form contains an error for filesize(i deliberately upload a file too large(based on ini set max size)) but when validating...
This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html --- Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7674 User: @parkbot Created On: 2016-02-19T00:12:44Z...
I get an unable to render template error when i do not over-ride the AbstractRestfulController method. By default, the response code is set and an array is returned which appears...
`Controller/AbstractRestfulController` There is no way to PUT/PATCH object with single field to empty value. ``` PUT /item/1 Content-Type: application/x-www-form-urlencoded name= ``` Request payload is interpreted as string (`$data = 'name=';`)...
Provide a narrative description of what you are trying to accomplish: - [ ] Are you fixing a bug? - [ ] Detail how the bug is invoked currently. -...
The statement in `injectEventManager`'s comments that a shared event manager is injected into an existing event manager is incorrect - the code replaces the existing event manager with a new...
The `ServiceListenerFactory` is actually missing some aliases. I've added the missing ones and fixed the old unit tests which provided non-matching configuration to the unit test either. For ZF4 we...
In order to bump to PHP 7 minimum version in the future, I used phpstan to static analyse the code, correcting some phpdoc errors and adding guards throwing exceptions when...