I see one problem in that you're not following the Cake conventions
when naming your HABTM join table. The convention is to join the table
names in alphabetical order (keeping both table names plural):

'joinTable'             => 'user_friends',

should be

'joinTable'             => 'friends_users',

Fix that and let us know if that helps out.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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