There seems to be a weird bug somewhere that I can't track down, where all invalid characters are dropped from $_GET. More...
Static Public Member Functions | |
static | get_raw_param ($desired_param, $default=false) |
Given a parameter and a default value, return the parameter value if available from the query string. |
There seems to be a weird bug somewhere that I can't track down, where all invalid characters are dropped from $_GET.
Since Ninja is now UTF-8, there is a high probabilitiy that there will be lots of invalid, latin1 characters. This method returns a GET parameter with them intact.