Etienne Lachance

Results 5 comments of Etienne Lachance

You can try to add the annotation to your Tag Entity ``` php @ORM\Entity(repositoryClass="DoctrineExtensions\Taggable\Entity\TagRepository") ``` and using the repo ``` php $em = $this->getDoctrine()->getEntityManager(); $tagRepo = $em->getRepository('YourBundle:Tag'); $ids = $tagRepo->getResourceIdsForTag('organisation',...

:+1: Having the possibility to support buildpack or custom runtime will unblock a lot of supported language.

Behaviour: If a sequential array is provided, convert it into an associated array of ['item': 1, 'item': 2, 'item': 3]