HiI've got problem saving ArrayCollection from soap response to mysql
database Its all fine if I want to save fresh ArrayCollection I just
addAll tofill request ArrayCollection on Customer database table but if
i want to update existing results in database with fresh data from SOAP
ArrayCollectiondo I have to iterate trough each array element and update
it or is there a better way to do it ? What if Customer doesn't exist in
database I need to catch that and create it by addItem to fill request
...