It all works as it should in my current app. What I have done (since
v1.0) is to pass the recursive value as a parameter to find like this:
$me = $this->User>find("id = $myID",null,null,3); // cake 1.0 changed
recursive
The last parameter is the level of recursion for the find (3). All my
models stopped recursing by default whe I updated Cake a few months
ago. I guess the recursion is very low by default as a preformance
enhancer or something.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---