How to merge two php Doctrine 2 ArrayCollection()
Creado: 04-11-19
Is there any convenience method that allows me to concatenate two Doctrine ArrayCollection()? something like:
$collection1 = new ArrayCollection(); $collection2 = new ArrayCollection();
$collecti...
https://stackoverflow.com/questions/10083158/how-to-merge-two-php-doctrine-2-arraycollection