How many reserved routes are there in CodeIgniter?

11. How many reserved routes are there in CodeIgniter?

  1. 4
  2. 3
  3. 5
  4. 7

Answer: B) 3

Explanation:

With CodeIgniter, there are three reserved routes:

  • $route['default_controller']
  • $route['404_override']
  • $route['translate_uri_dashes']

Comments and Discussions!

Load comments ↻






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