Para esas soluciones que nunca recuerdas
Posts tagged jinput
Joomla: get POST jForm variables sent with jInput
0Method to receive with jInput the jForm $_POST variables in Joomla administration.
$jinput = JFactory::getApplication()->input; $variables = $jinput->post->get('jform',array(),'ARRAY');