Explain super global variables in zend framework?



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

Post New Answer

More Zend Interview Questions

How can I use a stored procedure in a mysql database with zend framework?

1 Answers  


What is the function of action helper in zend?

1 Answers  


What is event manager in zend framework?

1 Answers  


How we can redirect to another page from controller in zend framework?

1 Answers  


How to access route, post, get etc. Parameters in zend framework 2?

1 Answers  


What do you mean by zend engine?

1 Answers  


What are the steps kept in mind while designing the zend_form?

1 Answers  


Explain form element decorators in zend framework2?

1 Answers  


How we can set routing in zend framework2?

1 Answers  


What new in zend framework 3.0?

1 Answers  


How to call two different views from same action?

0 Answers  


How to fetch last inserted id, fetch all record,find and fetch a single record.

1 Answers  


Categories