CodeIgniter 4 from Scratch - #14 - Multiple Databases | Working with Multiple Databases

Опубликовано: 31 Октябрь 2024
на канале: Alex Lancer
15,738
218

In this video of CodeIgniter 4 From Scratch Series we will see how to work with multiple databases. We will cover two methods that Codeigniter 4 provides us with:

The first method is to use the same database connection object and setting the database manually.
The second method is to use a separate database connection instance with predefined settings from Database.php file and/or .env file

CodeIgniter 4 From Scratch Series, the series that are intended to help you get started with CodeIgniter 4 even if you have never worked with PHP frameworks before.

This course will not only help you get started with CodeIgniter but also will help you understand the way PHP Frameworks work.

For more information about Codeigniter 4 Connecting and Working with Multiple Databases read the official docs
https://codeigniter4.github.io/usergu...