Magento Question:
Explain the difference between Mage::getSingletone() andMage::getModel() in Magento?
Answer:
Mage::getSingletone() always finds for an existing object if not then create that a newobject but Mage::getModel() always creates a new object.
Previous Question | Next Question |
What are the categories of modules hosted? | What are the benefits of namespace (package) in magento? |