Hi dudes,

is there a way to paginate cached data? I wanna cache the result from
a $controller->paginate() request an use it the next time the page is
requested. But i've i bind the cached data for the view, i've the
problem that paginate() wasn't called so the paginate-helper functions
in the view dont work ("Undefined variable: paginator").
So i'm looking for something like
$controller->paginate($my_cached_data);

Does something like that already exist or do i've to write it? :)=

--

You received this message because you are subscribed to the Google Groups 
"CakePHP" 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/cake-php?hl=.


Reply via email to