Zend Framework CertificationVersion 4.1 ZF-100-500 Question # 16 Topic 2 Discussion

Zend Framework CertificationVersion 4.1 ZF-100-500 Question # 16 Topic 2 Discussion

ZF-100-500 Exam Topic 2 Question 16 Discussion:
Question #: 16
Topic #: 2

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?


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');


Get Premium ZF-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.