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 to create object of model?
How to create an object of model in zend framework?
Why should we use framework?
Explain why are in-built libraries used for the web services?
Writing a subquery using zend db?
How to protect your site from sql injection in zend when using select query?
How to make pdo run set names utf8 each time I connect, in zendframework?
How to integrate external scripts with zend framework ?
What are naming convention for php file?
What are the ways in which the file can be detected as being uploaded or not?
Explain what is being presented by the decorators?
What is the use of bootstrap in zend framework?