yii gv index

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

相關文章
相關標籤/搜索