How to configure yii application with database?
Answer / Shewali Chaudhary
Configure your Yii application with a database by providing the necessary details like DB type, hostname, username, password, and name in the db component configuration of your main config file.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to configure yii application with database?
Explain the yii versions?
Benifits of yii over other frameworks?
What are the new features acquired in yii2?
How we can remove index.php from url in yii?
What's new in yii release 2.0?
What are the naming convention in yii 2.0 framework?
How do you proceed when you have to use yii for any application?
What is yii?
How to get current action & controller name in yii2?
Why yii framework is faster?
What is the first function that gets loaded from a controller?