Answer Posted / Neha Khandelwal
ORM (Object-Relational Mapping) is a technique used by Magento to map database tables to PHP objects, allowing developers to work with data more easily and efficiently. It simplifies the process of querying and manipulating data by abstracting complex SQL queries.nnIn Magento, the ORM is provided by the Zend_Db library, which allows for creating and executing queries using PHP classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers