Question:What is the first function that gets loaded from a controller?
Answer The first function that gets loaded from a controller is index(). example: Public function actionIndex() { /* write code here*/ }
+ Report
What is the first function that gets loaded from a controller?