Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
LMongo
Query
Builder
orWhere
LMongo\Query\Builder::orWhere PHP Méthode
Builder Class Documentation
Afficher le fichier
Open project: navruzm/lmongo
orWhere()
public
méthode
Add an "$or logical operation" clause to the query.
public
orWhere
(
string
$column
,
mixed
$value
= null ) :
LMongo\Query\Builder
$column
string
$value
mixed
Résultat
LMongo\Query\Builder
public function orWhere($column, $value = null) { return $this->where($column, $value, '$or'); }
Builder
__construct
addToSet
aggregate
andWhere
andWhereAll
andWhereBetween
andWhereExists
andWhereGeoIntersects
andWhereGeoWithin
andWhereGt
andWhereGte
andWhereIn
andWhereLike
andWhereLt
andWhereLte
andWhereMod
andWhereNe
andWhereNear
andWhereNearSphere
andWhereNin
andWhereRegex
andWhereSize
andWhereType
avg
batchInsert
collection
compileWhereBasic
compileWhereNested
compileWheres
count
decrement
delete
distinct
exists
find
first
forPage
generateCacheKey
get
getAndResetWheres
getCacheCallback
getCacheInfo
getCacheKey
getCached
getConnection
getFresh
group
implode
increment
insert
max
min
newQuery
norWhere
norWhereAll
norWhereBetween
norWhereExists
norWhereGeoIntersects
norWhereGeoWithin
norWhereGt
norWhereGte
norWhereIn
norWhereLike
norWhereLt
norWhereLte
norWhereMod
norWhereNe
norWhereNear
norWhereNearSphere
norWhereNin
norWhereRegex
norWhereSize
norWhereType
orWhere
orWhereAll
orWhereBetween
orWhereExists
orWhereGeoIntersects
orWhereGeoWithin
orWhereGt
orWhereGte
orWhereIn
orWhereLike
orWhereLt
orWhereLte
orWhereMod
orWhereNe
orWhereNear
orWhereNearSphere
orWhereNin
orWhereRegex
orWhereSize
orWhereType
orderBy
paginate
performUpdate
pluck
pop
prepareColumns
prepareOrderBy
pull
pullAll
push
pushAll
remember
remove
renameField
resetQuery
save
setConnection
setField
skip
sum
take
truncate
unsetField
update
where
whereAll
whereBetween
whereExists
whereGeoIntersects
whereGeoWithin
whereGt
whereGte
whereIn
whereLike
whereLt
whereLte
whereMod
whereNe
whereNear
whereNearSphere
whereNested
whereNin
whereRegex
whereSize
whereType