yii2-module

How i can force an yii2 module to use a specific connection for all his models?

这一生的挚爱 提交于 2020-01-05 07:04:15
问题 on a module I have add a component named db where i put, like the main Yii component, the data for database connection, I need in my module use everytime the db specified in his configuration for all models and not the main database connection, how I can do this? 回答1: You have several way eg. using a separated configuration in app/config/main.php eg adding a specific dbMyMod to component config return [ // ... 'components' => [ // ... 'db' => [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql