Zend Framework Certification 100-500 Question # 4 Topic 1 Discussion

Zend Framework Certification 100-500 Question # 4 Topic 1 Discussion

100-500 Exam Topic 1 Question 4 Discussion:
Question #: 4
Topic #: 1

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 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.