public notBetweenWhere (mixed $expr, mixed $minimum, mixed $maximum)
Appends a NOT BETWEEN condition to the current conditions
1 | $criteria ->notBetweenWhere( 'price' , 100.25, 200.50); |
public notBetweenWhere (mixed $expr, mixed $minimum, mixed $maximum)
Appends a NOT BETWEEN condition to the current conditions
1 | $criteria ->notBetweenWhere( 'price' , 100.25, 200.50); |
Designed by : w10schools
service@w10schools.com
Please login to continue.