1.

Explain the basic Url Structure in Codeigniter?

Answer»

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.



Discussion

No Comment Found