Home »
MCQs »
Yii PHP Framework MCQs
When the module is being initialized, which of the following method is invoked?
31. When the module is being initialized, which of the following method is invoked?
- Initialized ()
- Start ()
- New ()
- Init ()
Answer: D) Init ()
Explanation:
When the module is being initialized, Init () method is invoked.