summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/input.rst
AgeCommit message (Collapse)AuthorFilesLines
2014-12-02Some optimizations & polishing following PR #3381Andrey Andreev1-3/+3
2014-12-02Added changelog entryAhmad Anbar1-5/+35
updated documentation Fixed code style.
2014-02-27Add parameter to CI_Input::user_agent()Andrey Andreev1-1/+2
2014-02-08CI_Input tweaksAndrey Andreev1-10/+10
- Make get_post(), post_get() and server()'s parameter mandatory. - Change default value of parameter to NULL for cookie(), input_stream() and _fetch_from_array() (for consistency with get(), post()). - Delegate Array-vs-single and parameter detection to _fetch_from_array() to overall simplify the code.
2014-02-08[ci skip] Add return types to library docsAndrey Andreev1-50/+65
2014-01-20Merge branch 'develop' into feature/user-guide-cleanupAndrey Andreev1-4/+22
2014-01-11cleanup warningsConnor Tumbleson1-4/+2
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com>
2014-01-08Make newline standardization configurableAndrey Andreev1-1/+2
Added ['standardize_newlines'] Also altered the Session cookie driver, which experienced issues with this feature due to it's HMAC verification failing after the Input class alters newlines in non-encrypted session cookies. Supersedes PR #2470
2014-01-08[ci skip] Update the Input library and Cookie helper docsAndrey Andreev1-9/+10
default value is now NULL
2014-01-06[ci skip] Update the Input library and Cookie helper docsAndrey Andreev1-169/+227
2013-11-12Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵Andrey Andreev1-0/+3
replace it Calls to this function are often needed before the Input library is available
2013-08-11Input class: change behavior of get_post() method, add post_get() methodvlakoff1-4/+12
followup to PR #2522
2012-11-06Added CI_Input::input_stream()Andrey Andreev1-32/+61
Helps in reading php://input stream data by caching it when accessed for the first time. (supersedes PR #1684)
2012-06-13Another input library docs fixAndrey Andreev1-1/+2
2012-06-13Fix docs for Input library (issue #1465)Andrey Andreev1-27/+10
2012-06-10Merge branch 2.1-stable into developAndrey Andreev1-0/+3
2012-05-23Input, Session and Cookie get's will return NULL.Phil Sturgeon1-12/+5
Read more about this change here: http://codeigniter.com/forums/viewthread/215833
2012-03-07userguide fixMichiel Vugteveen1-1/+1
2012-03-07removed is_methodMichiel Vugteveen1-19/+4
2012-03-07added method() and is_method()Michiel Vugteveen1-3/+28
2011-10-05fixed code block spacing on Input lib docsDerek Jones1-5/+32
2011-10-05replacing the old HTML user guide with a Sphinx-managed user guideDerek Jones1-0/+273