Right now I have a model named 'User' with 6 hasOne associations, 9 hasMany associations, and 3 HABTM associations. Most of these models have associations of their own. However, when I try to run my controller code, which is simply:
$output = $this->User->findById(16); debug($output); I get a controller dump, which is apparently neverending. When I remove a couple of associations, it seems to load fine. As far as I can tell, there doesn't seem to be any one specific association that causes the controller dump. Also, I've tried setting User->recursive to -1, I still get the controller dump with all the associations. Anyone know what's going on? Thanks in advance --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
