zfcampus / zf-doctrine-querybuilder

Doctrine Query Builder request Filters
BSD 3-Clause "New" or "Revised" License
32 stars 19 forks source link

Support for manyToMany relations in CollectionLink strategy #22

Closed PowerKiKi closed 9 years ago

PowerKiKi commented 9 years ago

Previously only oneToMany relations were supported. With this commit we also support support manyToMany relation both ways.

This also add unit tests covering all cases for CollectionLink.

PowerKiKi commented 9 years ago

Forced pushed code formatting fixes.