What is active record(ar) in yii?
Answer / Nripendra Chandra Verma
{"ActiveRecord is an object-oriented programming pattern in Yii that allows developers to interact with the database using simple PHP objects. It simplifies CRUD operations by providing a set of methods for querying, saving, and deleting records from the database"}
| Is This Answer Correct ? | 0 Yes | 0 No |
Which orm does yii2 supports?
What is helper in yii? Why it is used?
How to compare yii with other frameworks? Explain
What is the difference between yii & yii2?
Explain directory structure of yii 2 framework?
What is cformmodel in yii framework ?
How to access module component?
What are the requirements of the yii?
How to get current action & controller name in yii2?
What is name of first file the loaded when yii framework starts?
How can we use ajax in yii?
What is gii? Why it is used?