File tree Expand file tree Collapse file tree
user_guide_src/source/general Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,17 +97,9 @@ is affected.
9797Error Reporting
9898---------------
9999
100- Setting the ENVIRONMENT constant to a value of ' development' will cause
100+ Setting the ENVIRONMENT constant to a value of `` development `` will cause
101101all PHP errors to be rendered to the browser when they occur.
102- Conversely, setting the constant to ' production' will disable all error
102+ Conversely, setting the constant to `` production `` will disable all error
103103output. Disabling error reporting in production is a
104104:doc: `good security practice </concepts/security >`.
105105
106- Configuration Files
107- -------------------
108-
109- Optionally, you can have CodeIgniter load environment-specific
110- configuration files. This may be useful for managing things like
111- differing API keys across multiple environments. This is described in
112- more detail in the Handling Different Environments section of the
113- :doc: `Working with Configuration Files </general/configuration >` documentation.
You can’t perform that action at this time.
0 commit comments