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 |
How can I use a stored procedure in a mysql database with zend framework?
What is the function of action helper in zend?
What is event manager in zend framework?
How we can redirect to another page from controller in zend framework?
How to access route, post, get etc. Parameters in zend framework 2?
What do you mean by zend engine?
What are the steps kept in mind while designing the zend_form?
Explain form element decorators in zend framework2?
How we can set routing in zend framework2?
What new in zend framework 3.0?
How to call two different views from same action?
How to fetch last inserted id, fetch all record,find and fetch a single record.