This article is incomplete, please help extending it. If you don't want to edit the wiki directly, please leave your thoughts in the documentation forum.
After updating this article, please remove the include block {{page>wiki:templates:incomplete}}.
How to setup a proper development environment.
The constant APPLICATION_ENV defines the type of system you are currently working on. Its defaults to 'production' when the value is not detected.
To set this constant, you could edit the file /public/index.php or you simply set the following line into your .htaccess file:
SetEnv APPLICATION_ENV development
Components that make use of the APPLICATION_ENV constant: