Home » 
        MCQs » 
        CodeIgniter MCQs
    
        
    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.
    
      - $route['default_controller']
 
      - $route['404_override']
 
      - $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.