Which class extend the zend controller?
Answer / Shailendra Kumar Singh
The Zend_Controller_Action abstract class extends Zend_Controller, which is the base class for all controllers in the Zend Framework.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we move the index.php file outside the public folder?
What is the minimum php version required to run zend framework 2?
Explain what is being presented by the decorators?
Write a program to show the function of action helper?
Who developed the zend framework?
Which version of php does zend framework require?
Tell me what are the ways in which the file can be detected as being uploaded or not?
What are naming convention for php file?
How to redirect to another page from controller?
How to install zend framework on windows?
What is zend engine in php?
How to include js from controller and view in zend framework?