Explain super global variables in zend framework?
Answer / Somil Gupta
In Zend Framework, super global variables are predefined variables that can be accessed from anywhere within a script. Examples include $_GET, $_POST, $_SESSION, and $_COOKIE. These variables hold data such as form elements, session variables, and cookie values.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the function lucene?
How to disable layout from controller?
Why can’t zend_form render my file element without errors?
How do you set module name, controller name, and action name in zend framework?
What is zend engine in php?
What is the minimum php version required to run zend framework 2.0?
How do you define the library path in zend ?
Write a program to show the execution of the application?
What lucene is in the zend framework?
Which class extend the zend controller? Zend_controller_action
How to include js from controller and view in zend?
What is zend framework?