Hi User model is related to Items model through Ownership only. so an ideally the results will be like this. $user = $this->User->findById(110); $user_items = $user['Item'];
I havent yet tested the 1.2 version though. Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
