CodeIgniter icon indicating copy to clipboard operation
CodeIgniter copied to clipboard

Load view by name or search for index.php file contained in folder wi…

Open mariolucasdev opened this issue 3 years ago • 0 comments

In case it doesn't find a view by name, it will look for a folder with the same name containing an index.php. And it will load the index.php

$this->load->view('home');

If you don't have a filename, it will look for a home folder containing an index.php and load this view.

mariolucasdev avatar Aug 09 '22 03:08 mariolucasdev