zonathen wrote: > [...] doesn't the many-to-many table name need to be in > alphabetic order as such: "alphafirst_alphasecond", or "areas_events".
That's correct. Also, be aware that if you have an underscore (_) in a table name the underscore comes AFTER alphabetic letters. So: images >> image_lists_images << image_lists NOT: images >> images_image_lists << image_lists --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
