Why is url routes need to be configured?
Answer / 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 |
What is third party in codeigniter?
How can you load multiple helper files?
What is codeigniter php?
Explain url helper?
How you will load an model in codeigniter?
How to fetch data by id from database in codeigniter?
How to create base controller in codeigniter?
How can you print sql statement in codeigniter model?
What are sessions in codeigniter?
How we can get ip address in codeigniter?
How to use codeigniter framework in php?
What is $this in codeigniter?