Which of the following are the valid methods of the Zend_Date class? Each correct answer represents a complete solution. Choose all that apply.
A table named employees is given below:
Which of the following statements would return the employees names , in ascending order, based on their last name and first name? Each correct answer represents a complete solution. Choose all that apply.
Fill in the blank with the appropriate class name. _______ is a class that is used to create multilingual applications.
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.
Which of the following functions can you use to mitigate a command injection attack? Each correct answer represents a complete solution. Choose all that apply.
Consider the following script:
<html>
<head>
<title>
This is a test script.
</title>
</head>
<body>
<?php
echo 'This is some sample text';
?>
</body>
</html>
Which of the following tags is used in the php script?
Which of the following is a common feature of the Front Controller plugins and ActionHelpers?
Which method is used to clear or invalidate a particular cache ID?