adspace
What is the default url pattern used in codeigniter framework?
Answer Posted / 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 |
Post New Answer View All Answers