I have created a new project in Zend. Now it runs on the settings value under [production]. I would like my application to run the settings value under [development : production]. I require to do this dynamically by checking my host name. How can I do this? Also I need to know from my controller, under which settings I am running ([production] or [development : Production] or any other).
Kindly help
In your index.php file you should insert something like this:
See PHP $_SERVER