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)- A11% (5)
- B4% (2)
- C4% (2)
- D80% (36)
Community Discussion
No community discussion yet for this question.