Zend
ZF-100-500 · Question #201
ZF-100-500 Question #201: Real Exam Question with Answer & Explanation
The correct answer is C. Zend_Db::FETCH_ASSOC. See the full explanation below for the reasoning.
Question
Which of the following modes is the default Fetch mode for Adapter classes and returns data in an associative array on which the keys are the column names?
Options
- AZend_Db::FETCH_BOTH
- BZend_Db::FETCH_OBJ
- CZend_Db::FETCH_ASSOC
- DZend_Db::FETCH_COLUMN
Community Discussion
No community discussion yet for this question.