Zend ZF-100-500 - Zend Framework CertificationVersion 4.0
Which inheritance does Zend_Acl support among Resource objects?
Which of the following is used to create a new Memory Manager?
Which of the following methods is used to change the session configuration options?
Which of the following methods will you use to retain the identity across requests according to the PHP session configuration?
You are using a database named SalesDB to keep all sales records. The SalesDB database contains a table named Orders. You are required to create a new t able named OldOrders and transfer all the data from the Orders table to the new table. Which of the following statements will you use to accomplish the task?
Which of the following methods dynamically loads the Adapter class file on demand using Zend_Loader::loadClass()?
You have a table created as follows:
create table foo (c1int, 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 statements correctly explains the behavior of Zend_Controller_Front?
Each correct answer represents a complete solution. Choose all that apply.
Which of the following methods will you use to create movable objects?
Which of the following statements correctly explain the working of Zend_Sera ch_Lucene?
Each correct answer represents a complete solution. Choose all that apply.