I am trying to bind a ModelC based on its relationship to ModelB which
is related to ModeA (my main mode).

If I set recursive to 2, i get all the data, but I can't seem to
include the second level items in the field list.

So I would like to bind ModelC to ModelA accordingly, however, cake is
adding its' own condition (ModelA.modec_id = ModelC.id) inspite of my
own condition (ModelB.modelc_id = ModelC.id). And this doesn't work
because ModeA doesn't have a modelc_id.

ModelC is pretty big, and I don't want to unnecessarily retrieve the data.

-- 
Fedora 9 : sulphur is good for the skin
( www.pembo13.com )

--~--~---------~--~----~------------~-------~--~----~
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