summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/input.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-13 09:21:36 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-13 09:21:36 +0200
commit22c3e73573d2828cec6183866b162359f873a949 (patch)
treefa2c65b59fbfdd828633a857d1219dacb4a3a921 /user_guide_src/source/libraries/input.rst
parent9cf12d1de76c2696233a437e0cdc7266bb846ae6 (diff)
Another input library docs fix
Diffstat (limited to 'user_guide_src/source/libraries/input.rst')
-rw-r--r--user_guide_src/source/libraries/input.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/input.rst b/user_guide_src/source/libraries/input.rst
index 8c6f7c849..c0b9c6589 100644
--- a/user_guide_src/source/libraries/input.rst
+++ b/user_guide_src/source/libraries/input.rst
@@ -59,9 +59,10 @@ With CodeIgniter's built in functions you can simply do this::
$something = $this->input->post('something');
-The three functions are:
+The four methods are:
- $this->input->post()
+- $this->input->get()
- $this->input->cookie()
- $this->input->server()