InterviewSolution
Saved Bookmarks
| 1. |
What Is The Default Method Name In Codeigniter? |
|
Answer» By default CONTROLLER ALWAYS calls index method. If you want to call a different method, then write it in the controller?s file and specify its NAME while calling the function. By default controller always calls index method. If you want to call a different method, then write it in the controller?s file and specify its name while calling the function. |
|