Which of the following statements correctly explains the behavior of Zend_Controller_Front?
Each correct answer represents a complete solution. Choose all that apply.

A.
It registers a plug-in broker with itself.
B.
It uses the Singleton pattern.
C.
It processes all requests received by the server.
D.
The Zend_Controller_Front never loads any plugin by default.
Explanation:
I choose ABC
0
0