AD7six wrote: > do you have 2 find calls in the same method? > > i.e do you have > > $Model->find > .. do something and maybe save > $Model->find > > ? > > If you do - set cacheQueries = false on the model at the beginning of > your action (or anywhere else appropriate) so that it doesn´t take the > result from memory for subsequent identical queries. That is, unless > you want to disable cache site wide, inwhich case nate's already shown > the way. > > HTH, > > AD7six
Thanks for the replies. I think i will disable cache site wide. Besides I am calling a function that uses just one $Model->find in it and i have the problems mentioned. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
