Replies: 1 comment
-
@TheAlg Can you open an issue for this please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be interesting to have more flexibility using builder, like adding new queries to the current builder instead of creating new one eache time. for example, I would like to add new queries after verifiying parameters passed to url, something like
if ($param !== null){
$this->model->manager->getBuilder()->join(...)
}
Beta Was this translation helpful? Give feedback.
All reactions