Reply to thread

Yes, in your callback code:

[php]$t = $controller->_input->filterSingle('t', XenForo_Input::STRING);


$s = $controller->_input->filterSingle('s', XenForo_Input::UINT);[/php]


Back
Top Bottom