Пример #1
0
 public function actionIndex()
 {
     $org_list = Organizations::getByUserId(Yii::$app->user->id);
     return $this->render('index', ['org_list' => $org_list]);
 }