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?
How we can set default controller in yii?
What is active record (ar) in yii framework?
List some database related functions in yii 2 framework?
Why use yii 2.0 framework?
What is cmodel class in yii 2.0 framework?
What are yii helpers?
What are the server requirements to install yii 2.0 framework?
How to use form validations in yii?
What's new in yii release 2.0?
How to get current action name?
What about the naming convention in yii?