summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/loader.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-10-16 12:59:43 +0200
committerAndrey Andreev <narf@devilix.net>2013-10-16 12:59:43 +0200
commitb69cbcb6844870af6f95fd7648c8533408b12eb6 (patch)
treea93351734d65617f5dcc67de06e05abab02b869e /user_guide_src/source/libraries/loader.rst
parentd3782faa8cf8b402ce622ef8a98d9b79183b562d (diff)
Changelog/doc edits following PR #2684
Diffstat (limited to 'user_guide_src/source/libraries/loader.rst')
-rw-r--r--user_guide_src/source/libraries/loader.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide_src/source/libraries/loader.rst b/user_guide_src/source/libraries/loader.rst
index 19446a9c8..91db5afbd 100644
--- a/user_guide_src/source/libraries/loader.rst
+++ b/user_guide_src/source/libraries/loader.rst
@@ -234,6 +234,11 @@ $this->load->get_vars()
This method retrieves all variables available to your views.
+$this->load->clear_vars()
+=========================
+
+Clears cached view variables.
+
$this->load->helper('file_name')
================================