yeah, i got that same "error" too... and, indeed, after having
committed to the db it should return true IMHO..
it got fixed in the meantime, see https://trac.cakephp.org/changeset/6337
On Jan 7, 9:17 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> 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
> thesaveAll() 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
-~----------~----~----~----~------~----~------~--~---