adspace


What is basepath codeigniter?

Answer Posted / Atanu Das

The base path in CodeIgniter is the root directory of the application. It can be obtained using the $this->config->base_url() function, which returns the base URL without the index.php file.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to add / link an images/css/javascript from a view in ci?

717