Database in CodeIgniter 4

Posted on: Wednesday February 8, 2023

We will cover 2 topics given below: – Database connection in CodeIgniter 4. – Database Access in controller or View. Database connection in CodeIgniter 4 Open app/Config/Database.php and [...]

Read More

CodeIgniter 4 Setup (Manual, without composer)

Posted on: Wednesday February 8, 2023

CodeIgniter 4.3.1 setup or installation without composer. Here we will see the complete setup of CodeIgniter 4 in localhost or hosting server without using composer. STEP 1: Download CodeIgniter 4 [...]

Read More