Hi,

I am new to cake, so I am still not too understand about model and
controller.

I have associated 3 models

ModelA "hasMany" ModelB, ModelB in turns "hasOne" ModelC

ModelA is associated with ModelB with UniqueID_A, while ModelB is
associated with ModelC with UniqueID_B

A scenario would be,

Whenever ModelA UniqueID_A is called, I want to be able to access the
row in ModelC with UniqueID_B as well.

How do I do this?

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

Reply via email to