Since I'm manually specifying the table name I can call it whatever I want actually. No, the problem turned out to be in one of my validation functions, the checkUnique() function I just took straight from the manual. For some reason it only came up as a problem in the context of HABTM saves.
Chrs, Dav On 8 May 2008, at 01:56, NOSLOW wrote: > > 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 [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 -~----------~----~----~----~------~----~------~--~---
