commit | 22c3e73573d2828cec6183866b162359f873a949 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Wed Jun 13 10:21:36 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Wed Jun 13 10:21:36 2012 +0300 |
tree | fa2c65b59fbfdd828633a857d1219dacb4a3a921 | |
parent | 9cf12d1de76c2696233a437e0cdc7266bb846ae6 [diff] |
Another input library docs fix
diff --git a/user_guide_src/source/libraries/input.rst b/user_guide_src/source/libraries/input.rst index 8c6f7c8..c0b9c65 100644 --- a/user_guide_src/source/libraries/input.rst +++ b/user_guide_src/source/libraries/input.rst
@@ -59,9 +59,10 @@ $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()