adspace


What is basic codeigniter url structure?

Answer Posted / Hom Singh

The basic CodeIgniter URL structure includes the base_url followed by the index.php file, controller name, and method name (if specified). For example: base_url/index.php/controller_name/method_name.

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