We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How make db query some like?:
$model->authors->findBy(["firstName"=>"lastName"]) ...
The text was updated successfully, but these errors were encountered:
This is currently not supported. I made feature request #618 for it
Sorry, something went wrong.
You can write a custom collection function to this for you. https://nextras.org/orm/docs/main/collection-functions
Closing this one.
No branches or pull requests
How make db query some like?:
$model->authors->findBy(["firstName"=>"lastName"]) ...
The text was updated successfully, but these errors were encountered: