Hello,
I'm new in cakephp and now i have one problem
i have one model with nested associated with other model
example:
A -> hasMany B
B -> hasMany C
C -> hasMany D
C -> hasMany E
and if i call associated of A then the return result is
Array
(
[A] => Array
(
[B] => Array
(
[C] => Array
(
[0] =>[D]
[1] =>[E]
)
)
)
)
how to retrieving list of all models associated with a given modell..??
thanks b4...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---