Where we set configuration in zend framework?
Answer / Vivek Sharma
In Zend Framework, configuration is typically set in a PHP array or an INI-style file located in application/config. The specific filename may depend on your application's environment (e.g., development, testing, production).
| Is This Answer Correct ? | 0 Yes | 0 No |
What do two colons mean in php?
What is the use of zend framework?
Does zend framework support php 7?
How to protect your site from sql injection in zend when using select query?
What are the important component of zend framework?
What zend acl?
How can you get a module name in bootstrap file.
What is zend helpers?
What is the minimum php version required to run zend framework 2?
How to get all get data?
Write a program to show the execution of the application?
How we can add custom view helpers to zend framework 2?