Zend 100-500 - Zend Framework Certification
Which of the following functions will be called if there is an HTTP "404 Not Found" error?
Fill in the blank with the appropriate class name.
________is a class that is used to create multilingual applications.
Ross creates a database for a school. He creates two tables named Students and Courses. Which of the following SELECT statements will he use to define an outer join?
Which of the following methods dynamically loads the Adapter class file on demand using Zend_Loader::loadClass()?
Which of the following classes allows for the reporting of queries, including information on which queries were processed by the adapter?
Which of the following is used for separation of hierarchies in Zend_config_Ini file?
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.
Martin works as a Database Administrator for MTech Inc. He designs a database that has a table named Products. He wants to create a report listing different product categories. He does not want to display any duplicate row in the report. Which of the following SELECT statements will Martin use to create the report?
Which of the following methods sends log data to a PHP stream?
Which of the following is used to render a specific template within its own variable scope?