How to connect with database in yii?
Answer / Akhil Jain
To connect with a database in YII, you need to configure your database connection details in the $config directory and use ActiveRecord classes to interact with your database.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get current action id in yii ?
What are formatter in yii2?
How to get current action name?
What are the benefits of yii over other frameworks?
How to include a view file in another view file yii?
What is name of first file the loaded when yii framework starts?
How you can write a custom component and use it inside your app?
How to configure yii application with database?
What is yii?
What is filter on yii framework ?
How to generate crud code?
What are components in yii 2.0 framework?