Answer Posted / 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 |
Post New Answer View All Answers