PrepAway - Latest Free Exam Questions & Answers

Which of the following code snippets will you use to accomplish the task?

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?

PrepAway - Latest Free Exam Questions & Answers

A.
<?php $form->Zend::setAction(‘/uc/zend.php’) ->Zend::setMethod(‘post’);

B.
<?php $form->(‘/uc/zend.php’) ->(‘post’);

C.
<?php echo “<form action=\”/uc/zend.php \” method=POST>”;

D.
<?php $form->setAction(‘/uc/zend.php’) ->setMethod(‘post’);


Leave a Reply

Your email address will not be published. Required fields are marked *