[eluser]Jagar[/eluser]
I'm building a search form for this project I'm working on.
I have a drop down box where the user selects the type of search, depending on the selection they make, a different form is displayed, with different fields, so once they click on search, in my controller I find the type of search they want to form, and trying pass the post to the model to different function, whether the model functions will use it or not, it's up to the model.
If there's no way then i will do the following, which may be equivalent
Code:
$this->input->xss_clean($_POST);