What is the default method name in codeigniter?
Answer / Ankit Kumar Agrawal
The default method name in CodeIgniter is index(). When you create a new controller, this method will be called by default when you access that controller's URL.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is model in codeigniter?
what are sessions in codeigniter? How to read, write or remove session in codeigniter?
What is basic codeigniter url structure?
How we can configure hooks in codeigniter?
How we can load multiple helper files in codelgniter?
Explain the basic url structure in codeigniter?
How will you add or load a model in codeigniter?
What is middleware in codeigniter?
How to use codeigniter framework in php?
What is csrf and how you can enable csrf in codeigniter?
Is codeigniter object oriented?
What are hooks in codeigniter? List them?