0 votes
in CodeIgniter by
What is the Default URL Pattern in Codeigniter ?

1 Answer

0 votes
by
The default URL patter in codeigniter is split up into four functions which start with the server name,controller class controller name and finally function parameters To accesses the URL pattern in codeigniter you have to use a URL helper.

Related questions

0 votes
asked Dec 27, 2020 in CodeIgniter by SakshiSharma
0 votes
asked Feb 2, 2021 in CodeIgniter by SakshiSharma
...