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
Hello, I have a question about how to search.
My class: Sales::BelongTo("Customer");
I need to do something like this: $sales = Sales::where(['customer.name like?,'Luciano%']);
Is it possible to do something like this?
The text was updated successfully, but these errors were encountered:
Hello, I have a question about how to search.
My class:
Sales::BelongTo("Customer");
I need to do something like this:
$sales = Sales::where(['customer.name like?,'Luciano%']);
Is it possible to do something like this?
The text was updated successfully, but these errors were encountered: