What is the default method name in CodeIgniter?
What is the default method name in CodeIgniter?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Aviance School is one of the largest web solutions platform in India for developers to learn and share their programming knowledge and build their careers.
By default Controller always calls index method. If you want a different method, then write it in the Controller’s file and specify its name while calling the function.