Frage im Vorstellungsgespräch bei Sam Web Studio

What is the default method name in CodeIgniter?

Antwort im Vorstellungsgespräch

Anonym

14. Juli 2017

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.