nerdexam
Zend

ZF-100-500 · Question #142

Which of the following methods dynamically loads the Adapter class file on demand using Zend_Loader::loadClass()?

The correct answer is D. Zend_Db::factory(). See the full explanation below for the reasoning.

Question

Which of the following methods dynamically loads the Adapter class file on demand using Zend_Loader::loadClass()?

Options

  • AZend_Db_Adapter_Pdo_Mysql()
  • BZend_load_Adaptor()
  • CfetchAll()
  • DZend_Db::factory()

How the community answered

(49 responses)
  • A
    4% (2)
  • B
    8% (4)
  • C
    4% (2)
  • D
    84% (41)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice