示例#1
0
 public function actionList()
 {
     $auth = Yii::$app->authManager;
     $model = UserForm::find()->all();
     return $this->renderPartial('list', ['model' => $model]);
 }