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
The first two tables are linked through the third by a many-to-many relationship. Is there an easy way to get Orders that don't have any Bills? As, for example, in Laravel:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
Phalcon 4, I have three tables:
The first two tables are linked through the third by a many-to-many relationship. Is there an easy way to get Orders that don't have any Bills? As, for example, in Laravel:
Orders::without('bills')->get();
Sorry for bad English. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions