You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In let's say to Todo class, I need to add a property from another table via JOIN. This works well through the hydrator, transformer classes etc. However how do I deal with the CreateQuery and CreateHandler classes? It's required to pass the joined property which obviously doesn't exist in the table.
I was able to unset the property in the ZendRepo but this somehow doesn't feel elegant. Is there any way you recommend to approach this?
The text was updated successfully, but these errors were encountered:
In let's say to
Todo
class, I need to add a property from another table viaJOIN
. This works well through thehydrator
,transformer
classes etc. However how do I deal with theCreateQuery
andCreateHandler
classes? It's required to pass the joined property which obviously doesn't exist in the table.I was able to unset the property in the
ZendRepo
but this somehow doesn't feel elegant. Is there any way you recommend to approach this?The text was updated successfully, but these errors were encountered: