Hello, I have a model that "hasmany" models, and 2 of the submodel "hasmany" of the same model. So this "common" model follow the following rule :
id modelx_id modely_id When I query the top model (recursive 3) I get the common model data for the first submodel, but not for the second. Turning the Debug to level 2, i see the query made twice for the2 "relations". I guess it might be a story of cahing, but I have used model->cacheQueries = false without any success.. I am using findAll on the top model, I have check here about some problems around caching but does not seem to answer to my problem. If anyone has few hints, would be great. I am using v1.1xx Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
