Magento
M70-201 · Question #115
In which order are the following methods executed after Mage_core_Model_Abstract:: save () is called? 1 - Mage_Core_Model_Abstract::_beforeSave() 2 - Mage_Core_Model_Abstract::_afterSave() 3…
The correct answer is C. 1, 3, 4, 2, 5. See the full explanation below for the reasoning.
Question
In which order are the following methods executed after Mage_core_Model_Abstract:: save () is called? 1 - Mage_Core_Model_Abstract::_beforeSave() 2 - Mage_Core_Model_Abstract::_afterSave() 3 - Mage_Core_Model_Mysql4_Abstract::_beforeSave() 4 - Mage_Core_Model_Mysql4_Abstract::_afterSave() 5 - Mage_Core_Model Abstract::afterCommitCallback()
Options
- A1, 2, 3, 4, 5
- B1, 3, 2, 4, 5
- C1, 3, 4, 2, 5
- D3, 1, 4, 2, 5
How the community answered
(18 responses)- A6% (1)
- B11% (2)
- C72% (13)
- D11% (2)
Community Discussion
No community discussion yet for this question.