How are you handling the id# generation? is this an auto-increment
field in your database? Also, I'm not sure I'm understanding what you
are seeing. Do you mean that when you try to add a new post who's id
is greater than 4 it just overwrites the data in your database where
id =4 instead of adding a new one?


On Dec 26, 8:07 am, Robert Sosinski <[EMAIL PROTECTED]> wrote:
> Hello again,
>
> I am having this problem.  I have a Thread model and a Post model.
> What is interesting is whenever I have a post that has the same id as
> the thread_id (so, id = 4 and thread_id = 4), cake will no longer add
> new records.  It will only overwrite the same record over and over
> again (like it is editing it).
>
> Anyone else have this problem?
>
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
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