How To Load A View In The Codeigniter

[Solved] How To Load A View In The Codeigniter | Php - Code Explorer | yomemimo.com
Question : How to load a view in the codeigniter

Answered by : energetic-echidna-25xkuyxsn5vu

<?php namespace App\Controllers;
class Home_cnt extends BaseController
{	public function index()	{	return view('home_view');	}
}

Source : https://techtechinfo.com/how-to-install-codeigniter-4-php-framework/ | Last Update : Sat, 15 Jan 22

Answers related to how to load a view in the codeigniter

Code Explorer Popular Question For Php