Found out the reason for my problems by now:

When I am telling cake in the 'fields' parameter that I want only
something from ModelA or ModelB, then cake only JOINs as far as
necessary in his eyes.
It does not care about the conditions which would need the deeper
JOINs.

So, how do I tell cake that it should do the full joins even if I do
not request any of the fields of ModelC or ModelD? Is there some nice
forceJoin parameter or something? ;-)

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to