What is route in codeigniter?
Answer / Mohd Adil
A route in CodeIgniter defines the URL patterns and the corresponding controllers and methods that should be called when a user accesses that particular URL.
| Is This Answer Correct ? | 0 Yes | 0 No |
In which directory logs are saved in codeigniter?
Is codeigniter easy to learn?
What are the helpers in codeigniter?
What is the cli? Why we use cli in codeigniter?
What is base url in codeigniter?
What are codeigniter security methods?
Explain how you will load or add a model in codeigniter?
What is view codeigniter?
What is third party in codeigniter?
Why codeigniter is used?
What is csrf and how you can enable csrf in codeigniter?
How do I call one model's methods from a different model?