-
I have a question. The module requirements list shows `Rbac component` as a one of the requirement, but the repository description at the top contains this line:
`Role-based access control module to…
-
EmberJS has strong conventions on how data should be returned, and I suppose this is the same for other MVC JS framework. Of course all of this is configurable, but for instance, EmberJS expects that:…
-
Not sure if it's an issue.
Looking through the Zend\Mvc\Service\ServiceManagerConfig the last pushed intializers are those of ServiceLocatorAware / ServiceManagerAware and EventManagerAware, must not …
-
Changing the value of a property of an array in Zend\Session\Container doesn't actually set the changes in the _SESSION object in PHP 5.3.3.
The following PHPUnit test assertion succeeds in PHP 5.3.4…
amcsi updated
10 years ago
-
I suggest making the method names a little less generic... maybe something like `getServiceInstance` and `hasServiceInstance`. Even though these names are longer, I suggest this for the reason that ma…
-
Here: https://github.com/DASPRiD/Dash/blob/master/src/Dash/Router/Http/RouteCollection/RouteCollection.php#L102
Implementing IteratorAggregate is much faster than implementing any iterator interface …
-
I have no idea why, but after enabling ZfcTwig in my project, all view helpers start to return string ''. Disabling it makes everything work again.
Something i noticed, is that the default zf2 view h…
-
ping @arekkas @danizord
I'd like to release a first beta of 2.0 soon (mainly for easier testing). I'd like to have your opinion on what is missing currently, what could/should be modified, or if ever…
-
I want to override dispatch() and check if I'm in a console. It reports the request object is http, later on once execution reaches an action method, the request got converted to a console request. I …
-
When using UniqueObject validator with ZF2 form and more than one field specified in the 'fields" param like below:
``` php
array(
'name' => 'DoctrineModule\Validator\UniqueOb…