Home »
MCQs »
CodeIgniter MCQs
How many reserved routes are there in CodeIgniter?
11. How many reserved routes are there in CodeIgniter?
- 4
- 3
- 5
- 7
Answer: B) 3
Explanation:
With CodeIgniter, there are three reserved routes:
- $route['default_controller']
- $route['404_override']
- $route['translate_uri_dashes']