Hi, I have one problem.
Im trying save more rows by foreach function ....
foreach ($data['images'] as $img){
$imgData['Images'] = $img;
$this->Image->save($imgData);
}
Problem is, that this script save only last item.
array $date is correct
Coud you help me?
Thanks
--
View this message in context:
http://www.nabble.com/save-more-rows-tf2642554.html#a7376478
Sent from the CakePHP mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---