Using cakePHP 1.1.13.4450 and PHP 4.4.4

This code snippet:

    $recordIDofPrevious = 1;
    $sequence = 2;

    $this->ResumeCredit->recordID = $recordIDofPrevious;

    $this->ResumeCredit->saveField('sequence', $sequence, false);

produces a SQL INSERT instead of an UPDATE; a new record is created
in the table with the 'sequence' field set to '2'!! (debug level 3)

Per a posting on this group, '$this->ResumeCredit->id =
$recordIDofPrevious;'
was tried with the same result.

Peter -


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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