Home »
MCQs »
CodeIgniter MCQs
If the specified controller cannot be found, ____ route specifies which controller class should be loaded
13. If the specified controller cannot be found, ____ route specifies which controller class should be loaded.
- $route['default_controller']
- $route['404_override']
- $route['translate_uri_dashes']
Answer: B) $route['404_override']
Explanation:
If the specified controller cannot be found, $route['404_override'] route specifies which controller class should be loaded.