Which of the following error constants gives all errors and warnings, except the E_STRICT error level?
Which of the following are the methods that are used by Zend_Controller_Front?
Each correct answer represents a complete solution. Choose all that apply.
Fill in the blank with the appropriate term.
__________is used to process all requests that are received by the server and then dispatch them to the appropriate action controllers.
Which of the following keywords will you use to set the default timezone?
Each correct answer represents a complete solution. Choose all that apply.
Fill in the blank with the appropriate PHP function.
The_________ function is used to return the sum of the values of every entry within an array.
Which of the following is used to persist the content between view scripts and view instances?
Celina works as a Database Administrator for Tech Mart Inc. The company uses an Oracle database. The database contains a table named Employees. Following is the structure of the table:
EmpID NUMBER (5) PRIMARY KEY
EmpName VARCHAR2 (35) NOT NULL
Salary NUMBER (9, 2) NOT NULL
Commission NUMBER (4, 2)
ManagerName VARCHAR2 (25)
ManagerID NUMBER (5)
Celina wants to display the names of employees and their managers, using a self join. Which of the following SQL statements will she use to accomplish this?
Each correct answer represents a complete solution. Choose two.
Which of the following is used for separation of hierarchies in Zend_config_Ini file?
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.
Which of the following code snippets will you use to destroy a log if the variable $logger contains the log record?