summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general/reserved_names.rst
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src/source/general/reserved_names.rst')
-rw-r--r--user_guide_src/source/general/reserved_names.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/user_guide_src/source/general/reserved_names.rst b/user_guide_src/source/general/reserved_names.rst
index 81a05ace6..9da94b398 100644
--- a/user_guide_src/source/general/reserved_names.rst
+++ b/user_guide_src/source/general/reserved_names.rst
@@ -16,9 +16,7 @@ the ones used by that class, otherwise your local methods will
override them. The following is a list of reserved names. Do not name
your controller any of these:
-- Controller
-- CI_Base
-- _ci_initialize
+- CI_Controller
- Default
- index
@@ -41,6 +39,7 @@ Functions
- :func:`is_https()`
- :func:`function_usable()`
- :func:`get_instance()`
+- ``_error_handler()``
- ``_exception_handler()``
- ``_stringify_attributes()``