adspace


Why is url routes need to be configured?

Answer Posted / Pankaj Sahu

URL routes need to be configured in CodeIgniter because it allows for cleaner, user-friendly URLs. By configuring routes, you can map multiple URL patterns to a single controller method, which can help keep your URL structure organized and easy to understand.

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