Hi all, I've done several projects with Cake now so I'm not a newbie as such but I've come across a weird problem where my model save function is inserting two records whenever I call a model's save function.
The code isn't executing in a loop and calling the model create() function beforehand makes no difference. With debugging turned on I can see that only 1 insert query is being executed and it is showing 1 affected row. But 2 are appearing! I have removed all model assocications from the model in question but no difference. Has anyone come across this before? I am using 1.2.0.7692 RC3 Thanks, Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
