Welcome Guest, Not a member yet? Register   Sign In
Creating a new database.
#2

You can also pass another database group name to the DB Forge loader, in case the database you want to manage isn’t the default one:

PHP Code:
$this->myforge = \Config\Database::forge('other_db'); 


You need to create a new database config for the database you want to use or it will default to the original one.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Creating a new database. - by davecoventry - 10-10-2022, 12:30 PM
RE: Creating a new database. - by InsiteFX - 10-11-2022, 01:04 AM
RE: Creating a new database. - by davecoventry - 10-11-2022, 02:44 AM
RE: Creating a new database. - by InsiteFX - 10-12-2022, 01:24 AM
RE: Creating a new database. - by davecoventry - 10-12-2022, 06:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB