it does support parameterHolder.. but the way you access it is
different as context is now a singleton.

sfContext::getInstance->getRequest()->getParameterHolder();

will work the same way.
or $this->getRequest()->getParamterHolder() from your action.


On Aug 19, 6:58 pm, Nicolas CHARLOT <[EMAIL PROTECTED]> wrote:
> Hi,
>
> In Sf 1.0, I used to store an objects as a sfResponse params in order  
> to retrieve it even action was cached.
> For instance isicsBreadcrumbsPlugin was adding a "isicsBreadcrumbs"  
> param to sfResponse.
>
> In Sf 1.1, sfReponse doesn't supports a parameter holder anymore...
>
> How to replace it ?
>
> Thanks.
> --
> Nicolas CHARLOThttp://www.isics.fr
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to