summaryrefslogtreecommitdiffstats
path: root/user_guide/general
diff options
context:
space:
mode:
authorEric Barnes <eric@ericlbarnes.com>2011-04-18 05:58:40 +0200
committerEric Barnes <eric@ericlbarnes.com>2011-04-18 05:58:40 +0200
commitc31b3729da50eaade365451f49dac7d462684702 (patch)
tree5d6d406757afa60091fa860b295aa431c6b196ee /user_guide/general
parent26eebddda5438c3967bad74a05c3e990528e1182 (diff)
Added ENVIRONMENT to reserved constants. Fixes #196
Diffstat (limited to 'user_guide/general')
-rw-r--r--user_guide/general/reserved_names.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/general/reserved_names.html b/user_guide/general/reserved_names.html
index d1ee2955b..00bebff61 100644
--- a/user_guide/general/reserved_names.html
+++ b/user_guide/general/reserved_names.html
@@ -90,6 +90,7 @@ is a list of reserved names. Do not name your controller any of these:</p>
</ul>
<h3>Constants</h3>
<ul>
+ <li>ENVIRONMENT</li>
<li>EXT</li>
<li>FCPATH</li>
<li>SELF</li>