nerdexam
Zend

ZF-100-500 · Question #101

Which of the following code segments can be used to check the form validity?

The correct answer is D. if ($form->isValid($_POST)) {. See the full explanation below for the reasoning.

Question

Which of the following code segments can be used to check the form validity?

Options

  • Aif (Zend_Form::isValid($_Post)) {
  • Bif (Zend_Form->isValid($form)) {
  • Cif (Zend_Form::isValid($form)) {
  • Dif ($form->isValid($_POST)) {

How the community answered

(45 responses)
  • A
    11% (5)
  • B
    4% (2)
  • C
    4% (2)
  • D
    80% (36)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice