What is the default url pattern used in codeigniter framework?
Answer / Afjal Ali Ansari
The default URL pattern in CodeIgniter follows a RESTful approach, where URLs are based on the resource being accessed (verb-noun convention). For example, `example.com/users/view/123` for viewing user with ID 123.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the default controller used in codeigniter?
What is site_url in codeigniter?
What is basepath codeigniter?
What is difference between library and helper in codeigniter?
What are libraries in codeigniter?
In which directory logs are saved in codeigniter?
Can I cache only certain parts of a page?
How to preparing database for codeigniter ?
What is inhibitor in codeigniter?
What is the cli?
Explain application flow chart in codeigniter?
Explain the codeigniter library.