Magento Question:
Explain the difference between Mage::getSingletone() and Mage::getModel() in Magento?
Answer:
Mage::getSingletone() always finds for an existing object if not then create that a new object but Mage::getModel() always creates a new object.
Previous Question | Next Question |
What is Module conflict? | Explain the difference between Final class and Abstract class? |