Solved

A Valid Way to Extend Mage_Adminhtml_Cms_PageController with the Acme_Cms_Adminhtml PageController

Question 59

Multiple Choice

A valid way to extend Mage_Adminhtml_Cms_PageController with the Acme_Cms_Adminhtml PageController class would be to set the following configuration; A valid way to extend Mage_Adminhtml_Cms_PageController with the Acme_Cms_Adminhtml PageController class would be to set the following configuration;   Which of the following code pairs should be inserted in the blank spots in the code shown above? A)  Mage_Adminhtml, Acme_Cms_Adminhtml B)  Mage_Adminhtml, Acme_Cms_Adminhtml_PageController C)  Mage_Adminhtml_Cms_PageController, Acme_Cms_Adminhtml D)  Mage_Adminhtml_Cms_PageConttroller, Acme_Cms_Adminhtml_PageController Which of the following code pairs should be inserted in the blank spots in the code shown above?


A) Mage_Adminhtml, Acme_Cms_Adminhtml
B) Mage_Adminhtml, Acme_Cms_Adminhtml_PageController
C) Mage_Adminhtml_Cms_PageController, Acme_Cms_Adminhtml
D) Mage_Adminhtml_Cms_PageConttroller, Acme_Cms_Adminhtml_PageController

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions