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 Restrictions::or() and Restrictions::and() methods cannot accept arrays of criterions. This shall be possible to allow an easy compositions such as
Restrictions::or($myConditions);
Also enable LogicalExpression behind to add more criterions dynamically.