Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

ZF-100-500 Exam Dumps - Zend Framework CertificationVersion 4.1

Go to page:
Question # 17

Which of the following are the features of Zend_Layout? Each correct answer represents a complete solution. Choose all that apply.

A.

It is the configuration of layout name, inflection, and path.

B.

It can be used with ZF MVC components.

C.

It is used to disable layouts and change scripts.

D.

It has a separate scope for layout-related variables and content.

Full Access
Question # 18

Which of the following code segments can be used to check the form validity?

A.

if (Zend_Form::isValid($_Post)) {

// success!

} else {

// failure!

}

B.

if (Zend_Form->isValid($form)) {

// success!

} else {

// failure!

}

C.

if ($form->isValid($_POST)) {

// success!

} else {

// failure!

}

D.

if (Zend_Form::isValid($form)) {

// success!

} else {

// failure!

}

Full Access
Question # 19

You are using a database named SalesDB to keep all sales records. The SalesDB database contains a table named Orders. You are required to create a new t able named OldOrders and transfer all the data from the Orders table to the new table. Which of the following statements will you use to accomplish the task?

A.

IMPORT INTO

B.

INSERT INTO

C.

ADD INTO

D.

SELECT INTO

Full Access
Go to page: