Which of the following inherits from Zend_Log_Writer_Abstract and is responsible for saving data to storage?
Which of the following inherits from Zend_Log_Writer_Abstract and is responsible for saving data
to storage?
Which of the following is an example of a database connection that needs to be created once at the beginning o
Which of the following is an example of a database connection that needs to be created once at
the beginning of a script and then used throughout its code?
Which of the following methods are run by the Zend_Controller_Front::run($path) method at a time?
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 statements describes the use of a GROUP BY clause?
Which of the following statements describes the use of a GROUP BY clause?
__________is used to process all requests that are received by the server and then dispatch them to the approp
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.
and tracks whether an action has been dispatched via Zend_Controller_Dispatcher?
Which of the following retrieves the request URI, path, $_GET & $_POST parameters, etc. and
tracks whether an action has been dispatched via Zend_Controller_Dispatcher?
Which of the following code segments can be used to check the form validity?
Which of the following code segments can be used to check the form validity?
Which of the following code snippets will you use to accomplish the task?
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?
which of the following indexes would optimize the statement given below?
You have a table created as follows:
create table foo (c1 int, c2 char(30), c3 int, c4 char(10))
If column c1 is unique, which of the following indexes would optimize the statement given below?
Select distinct (c1), c3 from foo where c1=10
Which of the following are the limitations for the cross site request forgery (CSRF) attack?
Which of the following are the limitations for the cross site request forgery (CSRF) attack?
Each correct answer represents a complete solution. Choose all that apply.