XF 2.0 Setting input filters in code?

Jaxel

Well-known member
Licensed customer
Is there a way to set input filters in one action, then forward it all to a new action?
 
I guess you can use \XF::app()->request()->set($key, $value); or simply $this->request()->set($key, $value); to set input variables and they'll be used in the new action.
 
Back
Top Bottom