Nicolas CHARLOT a écrit :I have to pass a parameter between from action to many components. So, I'm using response parameter holder to store the param. Perhaps that's my error ? The only way I founded at moment is to pass the params to the helper : <?php include_component('myModule', '_myComponent', array('param1' => $sf_context->getResponse()->getParameter('param1'), 'param2' => $sf_context->getResponse()->getParameter('param2'))) ?> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
- [symfony-users] Caching multiple versions of a component Nicolas CHARLOT
- [symfony-users] Re: Caching multiple versions of a co... Nicolas CHARLOT
