Hello,

I use the baked add function to insert a new item.
but to handle a verification inside I call the add-function with a
parameter which has nothing to do with the object (in this example
contact).

e.g. http://server/project/contacts/add/55555

the 55555 is processed inside the add-function and everythings works
fine as long the next auto-increment ID of contacts is smaller than
the parameter.

but as soon as there is a contact e.g. 55555 and i call the function
above, it doesn't insert with the auto-increment but updates the
existing contact with ID 55555.

is there a way to change this behaviour? something like force-insert.

best wishes
Ralph


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to