I *think* this is a bug. It always seemed to return a false "failure"
message to me (even though the update actually ran), after some
digging I made the following change to /cake/lib/model/model.php in
the saveAll() function:

<code>
...
                if ($options['atomic']) {
                        $db->commit($this);
                        return true; //All has gone well - let's actually 
report that!
                }
...
</code>

Mine now works like a champ. I'm going to file a bug report so keep an
eye open at CakePHP.org for that.

On Jan 4, 9:50 pm, Robby Anderson <[EMAIL PROTECTED]> wrote:
> Heh. I'd build a dummy form with multiple records as demonstrated in
> the previously linked post, then just dump the results to see what the
> array looks like. :)
>
> -r

--~--~---------~--~----~------------~-------~--~----~
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