zf-fr/zfr-rest

Many To Many support ?

richardjennings opened this issue · 2 comments

I note from the current limitations docs a lack of Many to Many support.

What is the reason for this?

Because currently the router is thought to perform the following pattern: match association / filter entity / match association / filter entity...

I think it would be pretty easy to add support for many to many. Don't hesitate to submit a PR ;)

#184 will bring a whole new architecture that basically does a lot less magic. You can see new doc but because ZfrRest is now mostly a rendering facility and a controller with few syntactic sugar, I suspect ManyToMany will be very easy to use.