If the URI includes no data, ____ route indicates which controller class should be loaded

12. If the URI includes no data, ____ route indicates which controller class should be loaded.

  1. $route['default_controller']
  2. $route['404_override']
  3. $route['translate_uri_dashes']

Answer: A) $route['default_controller']

Explanation:

If the URI includes no data, $route['default_controller'] route indicates which controller class should be loaded.

Comments and Discussions!

Load comments ↻






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