Explain the basic url structure in codeigniter?



Explain the basic url structure in codeigniter?..

Answer / Akshay Kumar

The basic URL structure in CodeIgniter consists of the base URL followed by the controller name and the method to be called. For example: base_url/controller_name/method_name. The base URL is usually set in the config file, and both controller and method names are case sensitive.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CodeIgniter Interview Questions

Is codeigniter good for large applications?

1 Answers  


What do you mean by drivers?

1 Answers  


How many types of messages can you log in codeigniter?

1 Answers  


What is basepath codeigniter?

1 Answers  


Who created codeigniter?

1 Answers  


Explain codeigniter architecture?

1 Answers  


What is inhibitor in codeigniter?

1 Answers  


Does codeigniter prevent sql injection?

1 Answers  


How we can enable hooks in codeigniter?

1 Answers  


How you will load or add a model in codeigniter?

1 Answers  


What are the most prominent features of codeigniter?

1 Answers  


How we can configure hooks in codeigniter?

1 Answers  


Categories