InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Active Record in yii? |
|
Answer» Active Record offers an object-oriented interface that HELPS the developers access and manipulate DATA stored in the DATABASES. This is associated with a database table and corresponds to a ROW of the same table. This is one of the common Yii2 interview questions. |
|