Nicolas,

I have run into the same issue and my solution was to extend the view class
and add the data as part of the response content. Also, you can define a
contextual slot (with a cache_key tied to the uri. (which will get cached).
Otherwise, you might be able to store as a user attribute.

- Dustin


On 8/19/08 9:58 AM, "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 CHARLOT
> http://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