I set up 2 connections in config. I know I can change the default in MyModel::initialize() method and use $this->setConnectionService(connectionName);
but what if I want to globally change this? App started, and suddenly I have to change another connection. How to re-initialize all the models? Or should I have to write a manually db changer method? To all model? Thats not conviement if I have 200 models and it just groves