Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFR]: getBuilder() method for builder manager #15966

Closed
TheAlg opened this issue May 23, 2022 · 1 comment · Fixed by #16008
Closed

[NFR]: getBuilder() method for builder manager #15966

TheAlg opened this issue May 23, 2022 · 1 comment · Fixed by #16008
Labels
new feature request Planned Feature or New Feature Request

Comments

@TheAlg
Copy link

TheAlg commented May 23, 2022

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(...)
}

@TheAlg TheAlg added the new feature request Planned Feature or New Feature Request label May 23, 2022
@niden niden linked a pull request Jul 4, 2022 that will close this issue
5 tasks
@niden
Copy link
Sponsor Member

niden commented Jul 10, 2022

Resolved in #16008

@niden niden closed this as completed Jul 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature request Planned Feature or New Feature Request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants