On 9/25/06, luis <[EMAIL PROTECTED]> wrote: > > Hi Chris, > Thanks for replying. This is what I have: > - CakePhp version: 1.1.7 and debug mode set up to 3 ;) > I can see is the sql string that cake build, but I don't know where it > looks to built it. Cake creates a sql query with de fields of my table > *before* I add a new one. >
Okay, I'm a little confused here. How are you adding a new field to the table? Cake won't automatically add a field to a table, it has to actually exist in the table itself. -- Chris Hartjes "The greatest inefficiencies come from solving problems you will never have." -- Rasmus Lerdorf @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
