And to continue my conversation with myself, Cake does indeed invalidate cached views if the "related model" is UPDATED etc. However I have a situation where an action "Catches" is using a model via the "uses" statement named "Katch" not Catch" -- a mod I had to make for php5 keyword conflich on Catch.
So throughout the Catches controller you see $this->Katch->save etc -- these are not detected by the invalidation code I am guessing because the URI doesn't match the action? So in that specific situation I have to issue the proper invalidate line in the Katch model to remove the view cache entry with name "Catch". WHat fun! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
