Zend Framework CertificationVersion 4.1 ZF-100-500 Question # 24 Topic 3 Discussion

Zend Framework CertificationVersion 4.1 ZF-100-500 Question # 24 Topic 3 Discussion

ZF-100-500 Exam Topic 3 Question 24 Discussion:
Question #: 24
Topic #: 3

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


A.

if (Zend_Form::isValid($_Post)) {

// success!

} else {

// failure!

}


B.

if (Zend_Form->isValid($form)) {

// success!

} else {

// failure!

}


C.

if ($form->isValid($_POST)) {

// success!

} else {

// failure!

}


D.

if (Zend_Form::isValid($form)) {

// success!

} else {

// failure!

}


Get Premium ZF-100-500 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.