[fw-general] Zend\Form Collections with Doctrine

2013-05-14 Thread Ludwig Ruderstaller
Hi, I just cant get hydration of a one-to-many collection to work. I followed the doc at https://github.com/doctrine/DoctrineModule/blob/master/docs/hydrator.md I don't know what is wrong, and why the ServiceManager is involved. As soon as i remove the Collection from Event Fieldset, the rest of

[fw-general] Re: zf2: Load module dynamically depending log in status

2013-05-14 Thread Marco Pivetta
Heya! There's a conceptual problem in this approach: your application is still bootstrapping! It is _NOT_ yet ready, nor the module can be loaded at this late stage of initialization. Therefore, the services required for authentication may not yet be ready, and the identity may always be null dep