adspace


Explain the basic url structure in codeigniter?

Answer Posted / Akshay Kumar

The basic URL structure in CodeIgniter consists of the base URL followed by the controller name and the method to be called. For example: base_url/controller_name/method_name. The base URL is usually set in the config file, and both controller and method names are case sensitive.

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