Which function is used to take a locale string as a parameter and set a new locale?
All of the following are the basic steps in setting up a multi -lingual site, except for which one?
Fill in the blank with the appropriate term. ________is used to implement a classic Two -StepView pattern that allows a user to wrap the application content within another view.
Which of the following are the features of Zend_Controller_Front? Each correct answer represents a complete solution. Choose all that apply.
Fill in the blank with the appropriate method name. The__________ method is used to convert an existing money value to a localized currency formatted output.
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?
You run the following PHP script:
<?php
$name = mysql_real_escape_string($_POST["name"]);
$password = mysql_real_escape_string($_POST["password"]);
?>
What is the use of the mysql_real_ escape_string() function in the above script. Each correct answer represents a complete solution. Choose all that apply.
Which of the following error constants gives all errors and warnings, except the E_STRICTerror level?
Which of the following methods of Zend_Auth returns TRUE if and only if the result represents a successful authentication attempt?
Which of the following can be used as a countermeasure against the SQL injection attack?
Each correct answer represents a complete solution. Choose two.