¿Lugar correcto para extender FLOW3 Bootstrap?
Frecuentes
Visto 68 veces
1
currently I am trying to register a Doctrine-Eventlistener for every request in my FLOW3-Package. Some research pointed me to the Package.php, but unfortunately the ObjectManager is not available when the boot()-Method is called.
I searched the whole FLOW3-Documentation http://flow3.typo3.org/documentation/guide/partiii/bootstrapping.html sin suerte
Any hints on which is the right place to do package-wide setup with access to the object manager?
Gracias y un saludo
1 Respuestas
0
Your are bit to early in the bootstrap to get every object, I have a problem, maybe related to yours, you can check my bug report on http://forge.typo3.org/issues/33838
Why do you need a Doctrine Eventlistener, maybe you can use AOP to have this kind of feature ?
Respondido 14 Oct 12, 04:10
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas doctrine bootstrapping event-listener typo3-flow or haz tu propia pregunta.
Better ask in the newsgroup or in the chat:
freenode -> #flow3
- pgampe