diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-06-13 09:21:36 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-06-13 09:21:36 +0200 |
commit | 22c3e73573d2828cec6183866b162359f873a949 (patch) | |
tree | fa2c65b59fbfdd828633a857d1219dacb4a3a921 | |
parent | 9cf12d1de76c2696233a437e0cdc7266bb846ae6 (diff) |
Another input library docs fix
-rw-r--r-- | user_guide_src/source/libraries/input.rst | 3 |
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() |