nerdexam
Magento

M70-101 · Question #51

Which one of the following accurately describes the purpose of the resource helper classes instantiated through Mage::getResourceHelper?

The correct answer is E. Wrap vendor-specific SQL additions into an RDBMS-agnostic interface. See the full explanation below for the reasoning.

Question

Which one of the following accurately describes the purpose of the resource helper classes instantiated through Mage::getResourceHelper?

Options

  • AFormat values returned by the database for display in templates.
  • BProvide a convenient way to modify database table properties.
  • CProvide public access to concrete implementations of varien_Db_Adapter_Interface.
  • DProvide clean access to another module's database tables.
  • EWrap vendor-specific SQL additions into an RDBMS-agnostic interface.

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    6% (2)
  • E
    83% (29)

Community Discussion

No community discussion yet for this question.

Full M70-101 Practice