Write the appropriate word to complete the sentence below.
___________is used for logging of multiple backends, formatting messages which are sent to the log, and filtering those messages, which should not be logged.
Which of the following methods are run by the Zend_Controller_Front::run($path) method at a time?
Each correct answer represents a complete solution. Choose all that apply.
Which of the following code snippets will you use to destroy a log if the variable $logger contains the log record?
Fill in the blank with the appropriate method name.
________is a method to create REST server.
Which of the following are the features of Zend_Layout?
Each correct answer represents a complete solution. Choose all that apply.
Which of the following is an abstract class that is used to provide the basic interface and functionality required by the helper broker?
Fill in the blank with the appropriate term.
__________is used to implement a classic Two-Step View pattern that allows a user to wrap the application content within another view.
What will be the output of the following PHP script?
<?php
include("xml.inc");
if (!$dom = domxml_open_mem($xmlstr)) {
echo "Error while parsing the XML document\n";
exit;
}
$a = $dom->document_element();
print_r($a);
?>
Which method can be used to determine whether text within a source file has been translated in Zend_Translate?
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.