Hi, I am calling the same SQL query using $this->Model->query() twice within one controller action, with an update to the same table between, and despite having set $cacheQueries to false in all my models i still seem to get the same results.
I have to add an extra "SORT BY xyz" onto the second query to get the correct results which include the ectra rows added in the interim. Does anyone have any idea what my problem might be? Is there something in core.php or database.php that i need to fiddle with perhaps? I have read a few posts on here regarding $cacheQuery and i can't seem to shed any light on what is going wrong here. Thanks in advance Quincy --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
