-
I am just trying to use the `DbSelect` adapter with `Zend\Paginator` which works as expected. But when I want to add `Zend\Cache` to the mix, I get some problems.
When I add the serializer plugin I g…
-
Given the security advisory issued on May 7th, its strange to see that packagist still does not have 2.3.8 or 2.4.1 available, can that be fixed so we can upgrade, please?
-
After reading a presentation on Slideshare about ZF3 (http://fr.slideshare.net/blanchonvincent/zf3-introduction, page 18/19), I wanted to integrate the "lazy loading" with the "proxy manager". I happe…
-
At the moment, the domain name modules.zendframework.com is under the control of Zend. As they don't want to point their domain name at an external server, at this point there is a proxy server at Zen…
-
Hi,
I'd like to share some thoughts about the future of ZfrRest. After some months of usage, I think I can come with some conclusions:
- The idea of using router to traverse routes was a good idea
- …
-
What's the best way to support this? Let's create a `RecursiveHydrator`?
``` json
{
"id": 1,
"title": "ZfrRest is awesome",
"author": {
"id": 50,
"name": "Michaël Gallego"…
-
There, I said it.
Why?
Because it's about time, and composer denies upgrades to versions that aren't supported by our own `composer.json` specification.
PHP 5.3 is not maintained as of 2014-08-15,…
-
At the very least we should be caching the result of API calls used to generate the [module view page](https://github.com/zendframework/modules.zendframework.com/blob/master/module/ZfModule/src/ZfModu…
-
As a follow-up to my comments for #6133, I think the observed behavior for allow_empty is incorrect. The check is performed on unfiltered input, but the validator chain receives filtered input. This i…
-
I decided to try and implement a DI Factory based on an array configuration.
``` php
$config = [
'default_controller' => 'index'
'services' => [
'Config' => new DiConfigLink,
'Contro…