Explain the basic Url Structure in Codeigniter?
The basic URL structure is bestinterviewquestion.com/class/function/ID
.
Here class represents controller's class that needs to be invoked.
Here "function" is name of method which is called.
ID is an additional parameter that is passed to controllers.