what is mage registry? How we register a variable?
Answer Posted / Birjesh Kumar Deval
The Mage Registry is a storage area in Magento that allows you to store and retrieve objects during the request lifecycle. To register a variable, use Mage::register() method with the desired key and object as arguments.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers