This will work, make sure you are using cake 2.x and saveMany:

    $myarray = array(
            'AtendimentoPonto' => array(
                0 => array(
                    'id' => '78',
                    'atendimentos_id' => '1',
                    'pontos_id' => '1',
                    'ordem' => '1'
                ),
                1 => array(
                    'id' => '95',
                    'atendimentos_id' => '1',
                    'pontos_id' => '2',
                    'ordem' => '3'
                )
            )
        );



    $this->AtendimentoPonto->saveMany($myarray, array('deep' => true));

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to