Use different environments (development, production, etc) in your app with EASY Environment Class

Comparing #4 with #5

Content

> Info:
 
> An extension was created based on this wiki page. See: <http://www.yiiframework.com/extension/yii-environment/>
 
 
 
Hi, I was having problems each time I had to test the site or edit something on my local machine, like changing the db connection, change the debug mode to false, the trace level to 0, disable Gii, etc. So I created a class to resolve all my problems, hope to help you in your projects!



Instructions
============
[...]