Skip to content

Question: How to deal with insert queries and table joins? #57

@controlnocontrol

Description

@controlnocontrol

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions