Answers

Question and Answer:

  Home  Jnr PHP/Codeigniter Developer

⟩ Explain me what is the default URL pattern used in Codeigniter framework?

Codeigniter framework URL has four main components in default URL pattern. First we have the server name and next we have the controller class name followed by controller function name and function parameters at the end. Codeigniter can be accessed using the URL helper.

For example http://servername/controllerName/controllerFunction/parameter1/parameter2.

 131 views

More Questions for you: