标签:lis GridView cti mail get 对象 idg ted email
<?= DetailView::widget([
‘model‘ => $model,
‘attributes‘ => [
‘id‘,
‘username‘,
‘auth_key‘,
‘password_hash‘,
‘password_reset_token‘,
‘email:email‘,
‘status‘,
‘created_at‘,
‘updated_at‘,
],
]) ?>
标签:lis GridView cti mail get 对象 idg ted email
原文地址:http://www.cnblogs.com/peteremperor/p/6404908.html