To use the database we have to configure the database connection component by adding 'db' information to application config/main.php file... Read More »
To use the database we have to configure the database connection component by adding 'db' information to application config/main.php file... Read More »
Yii have the multiple database connection by default. Yii components is used to make the relation between our models and database. To use the multiple database we have to configure the main.php file... Read More »