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
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(...)
}
The text was updated successfully, but these errors were encountered:
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(...)
}
The text was updated successfully, but these errors were encountered: