yii2-user -> ModelManager.php

Hi all,

I’m new to Yii community. Recently I’ve started working on a project for which we decided to go with Yii2 framework. Coming from CI which uses basic OOP concepts it’s been quite a ride so far to understanding how stuff works in Yii.

Right now I’m working on user management and I’m trying to understand how yii2-user module from dektrium works. One of the things I can’t understand is this ModelManager.php file. How does this this fit in the whole MVC concept? Most of the stuff in there I would put in the model but surely I’m missing something?