Zend
ZF-100-500 · Question #103
ZF-100-500 Question #103: Real Exam Question with Answer & Explanation
Sign in or unlock ZF-100-500 to reveal the answer and full explanation for question #103. The question stem and answer options stay visible for context.
Question
You want to set the form method in post and action to /uc/zend.php when you are using the Zend_Form class. Which of the following code snippets will you use to accomplish the task?
Options
- A<?php echo "<form action=\"/uc/zend.php \" method=POST>";
- B<?php $form->Zend::setAction('/uc/zend.php') ->Zend::setMethod('post');
- C<?php $form->setAction('/uc/zend.php') ->setMethod('post');
- D<?php $form->('/uc/zend.php') ->('post');
Unlock ZF-100-500 to see the answer
You've previewed enough free ZF-100-500 questions. Unlock ZF-100-500 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.