How to use module components and aliases?
Answer / Vivek Gosain
To use module components, you should define them in your module's init() method. For aliases, create an alias array in the main configuration of your application or module config file.
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can set default controller in yii?
Benifits of yii over other frameworks?
How do you continue when you have to use yii for any application?
Why gii is used in yii 2.0?
What is helper in yii? Why it is used?
In yii, how to get ip address?
What is the difference between render() and renderpartial() in yii ?
What are the benefits of yii over other frameworks?
How to set default controller on yii project ?
List out some database related functions in yii?
How do we extend yii?
What is the first file that gets loaded when you run a application using yii?