Free ZF-100-500 Exam Braindumps (page: 14)

Page 13 of 33

Which of the following is the method that is used to check whether the version required for running the application exists or not?

  1. $var = Zend_Version->compareVersion($version)
  2. Zend_compareVersion($version)
  3. Zend_Version::VERSION
  4. Zend_Version::compareVersion($version)

Answer(s): D



Which of the following classes will you use to store objects and values in the application space?

  1. zend_Db
  2. Zend_Acl
  3. Zend_Registry
  4. Zend_Config

Answer(s): C



Consider the following XML file:
<?xml version="1.0" encoding="ISO -8859-1" ?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1 -transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title> SimpleXML Example</title>
</head>
<body>
<h1>
Please go <a href="http://www.PassGuide.com">http: //www.PassGuide.com</a>
<br/>
</h1>
</body>
</html>
Which of the following statements will display the HREF attribute on the anchor tag if the SimpleXML object is $sxml?

  1. $sxml->body->h1->a->href
  2. $sxml->body->h1->a<href>
  3. $sxml->body->h1->a['href']
  4. $sxml->h1->a->href

Answer(s): C



Which of the following steps will you take to apply Zend_View? Each correct answer represents a part of the solution. Choose all that apply.

  1. Transfer control of the display to the View Script.
  2. Render the View.
  3. Assign the variables to the View via a Controller Script.
  4. Create an instance of the View.

Answer(s): B,C,D






Post your Comments and Discuss Zend ZF-100-500 exam with other Community members:

ZF-100-500 Discussions & Posts