What is active record (ar) in yii framework?
Answer / Nirbhay Narayan Pandey
Active Record (AR) is an object-oriented pattern implemented in Yii Framework. It allows interacting with database tables as PHP classes, enabling the use of methods to perform CRUD operations.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does yii compare with other frameworks?
What are the application structure of yii 2.0 framework?
What is cmodel class in yii 2.0 framework?
How we can set default controller in yii?
How to use datetimepicker in yii2?
What is cformmodel in yii framework ?
What is the purpose of “gii” in yii2?
How to use module components and aliases?
What are the core application components available on yii?
How can you include a javascript menu throught the site? Give steps
What is name of first file the loaded when yii framework starts?
What is filter on yii framework ?