how to sort an entity's arrayCollection in symfony2
Creado: 08-05-20
I have an entity "container" with this property
/**
- @ORM\OneToMany(targetEntity="BizTV\ContentManagementBundle\Entity\Content", mappedBy="container") */ private $content; the property is an a...
https://stackoverflow.com/questions/14281758/how-to-sort-an-entitys-arraycollection-in-symfony2