summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
AgeCommit message (Collapse)AuthorFilesLines
2010-12-27Implemented GET string support from Dan Horrigan and modified it slightly. ↵Phil Sturgeon1-13/+6
Also tweaked his regex_match changes.
2010-12-15Added full Query String and $_GET array support. This is enabled by ↵Dan Horrigan1-2/+2
default. Added a seperate config option to enable/disable the $_GET array.
2010-12-15Potential PHP 5.4 issue, get_magic_quotes_gpc() is being removed. This ↵Phil Sturgeon1-1/+1
change will check the function exists before calling it in Input.
2010-12-09Fix #260 - tightening up the is_ajax_request() method in the Input class. ↵Greg Aker1-2/+1
Thanks sophistry for the suggestion
2010-11-22Adding is_ajax_request() method to CI_InputGreg Aker1-0/+15
2010-11-15Adding request_headers() and get_request_header() methods to the input ↵Greg Aker1-2/+81
class. The request_headers() method is helpful in non-apache environments where apache_request_headers() isn't going to exist.
2010-11-10Changing all class constructors to __construct()Greg Aker1-19/+17
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-4/+4
2010-03-19Changed a few strstr to strpos for consistency w performance guidelines and ↵Robin Sowell1-1/+1
to mirror EE2.
2010-03-02significant rewrite to Input classDerek Jones1-705/+192
some items will be moved to Security class added set_cookie() added UTF-8 uniformity to input
2010-03-02fixed EOF code comment file locationsDerek Jones1-1/+1
2010-03-02moving core library files out of libraries into new core folderDerek Jones1-0/+1067