Jaxel
Well-known member
Fetching a thread's posts returns an ArrayCollection. I am trying to pop off the first element in the ArrayCollection using
What would be the best way to accomplish this instead?
array_shift
. Unfortunately this doesn't work because the entity finder returns an ArrayCollection rather than an array.What would be the best way to accomplish this instead?