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 |
How to create directory structure of yii framework?
What are the prerequisites yii?
What is gii in yii 2.0 and why it is used?
What are the type of models available in yii framework ?
What are the application structure of yii 2.0 framework?
List some database related query functions in yii?
What is the first function that gets loaded from a controller?
How to use asset bundles in yii?
What is the naming convention inyii?
How to get current controller name?
What do you mean by yii helpers?
What is the naming convention in yii framework? Explain