Login
Remember
Register
Ask a Question
What is the Default URL Pattern in Codeigniter ?
0
votes
asked
Dec 30, 2020
in
CodeIgniter
by
SakshiSharma
What is the Default URL Pattern in Codeigniter ?
#default-url
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 30, 2020
by
SakshiSharma
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.
...