Zend
ZF-100-500 · Question #17
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?
The correct answer is A. <?php. See the full explanation below for the reasoning.
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
- B<?php
- C<?php
- D<?php
How the community answered
(43 responses)- A84% (36)
- B9% (4)
- C5% (2)
- D2% (1)
Community Discussion
No community discussion yet for this question.