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.

  1. $route['default_controller']
  2. $route['404_override']
  3. $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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.