What do you mean by active record in yii?
Answer / Anup Kumar Nayak
Active Record in Yii PHP Framework is an object-oriented programming pattern for database access. It allows you to interact with the database using objects that represent tables, rows, and records. Each table in your database has a corresponding ActiveRecord class, which can be used to perform CRUD operations.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the first file that gets loaded when you run a application using yii?
What is widgets in yii? How we can use it?
What are the directory structure of yii?
How to make layout in yii?
What is gii in yii 2.0?
Why use yii 2.0 framework?
What is helper in yii?
What's new in yii release 2.0?
what is meant by yii framework?
What is the latest version of yii?
What are the application structure of yii 2.0 framework?
What are the directory structure of yii 2.0 framework?