I must have been making a mistaking in my configuration. I was using an array to manually specific the class name, table name, etc. I changes it back to just specifying the class name so that everything else would work "automagically" and then it started working again.
On Nov 18, 10:55 am, Will <[email protected]> wrote: > Hey Paul, > > Thank you for the suggestion! I am a bit rusty with Cake and forgot > that I could do a SQL dump. It appears that it's not attempting to > insert rows for the data. Very strange. Since no one else has chimed > in, I'm guessing this is probably an issue with my code and not the > core CakePHP code. > > On Nov 17, 3:44 am, phpMagpie <[email protected]> wrote: > > > > > > > > > Have you looked at the sql dump to see what's happening? > > > HABTM does delete all existing rows in the join table for the object your > > are editing and should then replace them with the new options your chose. > > Maybe it is doing the first part and not the second?!? > > > HTH, Paul. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
