Query\AbstractQueryBuilder::_where_in
Simplify where_in methods
Signature
protected function _where_in(mixed
$key,
[array
$val = ,
[string
$in = 'IN',
[string
$conj = 'AND']]] )
Parameters
$key
— mixed$val
— array$in
— string- - The (not) in fragment
$conj
— string- - The where in conjunction
Returns
- Query_Builder