http://book.cakephp.org/view/445/cacheQueries
use like $this->ModelName->cacheQueries = false; Sam D -- (the old fart) the advice is free, the lack of crankiness will cost you - its a fine line between a real question and an idiot http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/ http://blog.samdevore.com/cakephp-pages/my-cake-wont-bake/ http://blog.samdevore.com/cakephp-pages/i-cant-bake/ On Fri, Nov 21, 2008 at 10:56 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I have this question. > In my controller I made a read of a record of a model then I update > this record and then I made another read. > The problem is that the second read operation returns the same datea > of the first read. > I think that it depends of the cache. > How can I do in the way that the second read doesn't use the cache? > Many Thanks > > > --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
