controllersapp
$test = $dataProvider->getModels(); 分配過去ide
view indexthis
//Yii::$app->view->params['test'] = $test;orm
columnget
[
'attribute' => 'mom',
'format' => 'raw',
'value' => function($model,$key,$index){
return ( $this->params['test'][$index]->id );
if(isset($this->params['test'][$index + 1])){
return ( $this->params['test'][$index + 1]->money );
}
}
],io