I just read this thread and i had a led moment, ecology before everything ![]()
Why not open the second parameter to other input altering methods/functions, now you can only xss clean the input.
So if you want to xss clean it you would have to do
$this->input->post('some_key','xss_clean');
But then you also can add other functions like
$this->input->post('some_key','trim|ucwords');
It’s not a big change but i think it could benefit some developers.
