Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
yii
db
BaseActiveRecord
findAll
yii\db\BaseActiveRecord::findAll PHP Method
BaseActiveRecord Class Documentation
Mostra file
Open project: yiisoft/yii2
findAll()
public
static
method
public
static
findAll
(
$condition
) :
static[]
return
static[]
an array of ActiveRecord instances, or an empty array if nothing matches.
public static function findAll($condition) { return static::findByCondition($condition)->all(); }
BaseActiveRecord
__get
__isset
__set
__unset
afterDelete
afterFind
afterRefresh
afterSave
beforeDelete
beforeSave
bindModels
canGetProperty
canSetProperty
delete
deleteAll
equals
extraFields
fields
findAll
findByCondition
findOne
getAttribute
getAttributeHint
getAttributeLabel
getDirtyAttributes
getIsNewRecord
getOldAttribute
getOldAttributes
getOldPrimaryKey
getPrimaryKey
getRelatedRecords
getRelation
hasAttribute
hasMany
hasOne
init
instantiate
isAttributeChanged
isPrimaryKey
isRelationPopulated
link
markAttributeDirty
offsetExists
offsetUnset
optimisticLock
populateRecord
populateRelation
refresh
save
setAttribute
setIsNewRecord
setOldAttribute
setOldAttributes
unlink
unlinkAll
update
updateAll
updateAllCounters
updateAttributes
updateCounters
updateInternal