What is the first function that gets loaded from a controller?
Answer Posted / Dhananjay Kumar Mishra
In Yii PHP Framework, the first function that gets loaded from a controller is the `actionIndex()` function by default. However, you can override this behavior by defining your own action as the entry point for a specific route in the routes configuration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers