List some database related query functions in yii?
Answer / Bhoopendra Singh
Some common database-related query functions in YII include createCommand() for executing raw SQL queries, findAll() and findByPk() for retrieving records, save() and update() for saving or updating records, delete() for deleting records, and afterFind() and beforeSave() for performing actions before or after a record is saved.
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can change the url for yii::app()->homeurl in yii2?
what is meant by yii framework?
How do you continue when you have to use yii for any application?
What are components in yii 2?
Explain the difference between homeurl and baseurl in yii2?
What are formatter in yii 2.0?
What are the naming convention in yii 2.0 framework?
What is the latest version of yii?
What is helper in yii?
Why gii is used in yii 2.0?
Why gii is used?
What are the server requirements to install yii 2.0 framework?