I use a non standard CakePHP table primaryKey and the prefix. I wanted very specific primaryKey's since I designed my database in software and want globally unique column names and wanted primaryKey's that would mean something when I examined their relationships.
I found CakePHP to work excellently in this manner. Just define your relationships in the array manner. Use the prefix value, and define your tables all out in model. But then again I advise always using that method even if doing cake defaults because that is more likely to always work if a bug is introduced. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
