0 votes
in CodeIgniter by
Mention what is the default URL pattern used in Codeigniter framework?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Dec 30, 2020 in CodeIgniter by SakshiSharma
0 votes
asked Apr 28, 2023 in CodeIgniter by Robindeniel
...