-
I get a very strange session regeneration issue. It's enough to have ZfcUser and ZfcRbac active.
My session is mostly set up like in the Zend SessionManager tutorial. If I activate ZfcRbac with def…
rarog updated
7 years ago
-
# Hydrators RFC
Hi,
With REST architectures, we need more and more using hydrators. However, as said many times, the Doctrine hydrator is far from being easy to use as it's a big, monolithic object.…
-
flow the cookbookg i create the PostService and PostControler then i copy the Module.php like this -->
class Module
{
// getAutoloaderConfig(), getConfig(), etc...
public funct…
-
I am not sure if the configuration is actually required or even deprecated:
https://github.com/ZF-Commons/ZfcAdmin/blob/master/config/zfcadmin.global.php#L54-64
At least you will still have to add co…
-
Hi,
1)
in src/Service/AbstractNavigationFactory.php
this seems to not be consistent (see: ServiceLocatorInterface / ContainerInterface)
```
/**
* Create and return a new Navigation instance …
-
In the "Announcing the Zend Framework 3 Roadmap" blog entry, someone asked an interesting question which probably will be asked by many others.
http://framework.zend.com/blog/announcing-the-zend-fram…
-
Hello
I try the new zf version ZF3 . I apologize is my issue is stupid...
But I have an error when enable redirect strategy. Follow this link :
https://github.com/ZF-Commons/zfc-rbac/blob/master/d…
-
AuthorizationServiceInitializer @ Line 51 asks for $serviceLocator instanceof AbstractPluginManager
https://github.com/ZF-Commons/zfc-rbac/blob/master/src/ZfcRbac/Initializer/AuthorizationServiceIniti…
-
I've installed version 2.6.3 of zendframework/zend-eventmanager (method '**triggerEvent**' is available => your condition in https://github.com/ZF-Commons/zfc-rbac/blob/master/src/ZfcRbac/Guard/Abstra…
-
first doesn't have `zendframework/zend-eventmanager` as dependancy in composer.json but it is used in the library this worked because `zendframework/zend-mvc` has it and now when `zendframework/zend-m…