Domande taggate «jrequest»

3
Qual è il modo corretto per ottenere l'intero $ _POST?
In Joomla! 2.5.x Potrei semplicemente correre JRequest::get('post');ma visto che JRequestè deprecato in Joomla! 3.x Dovrei usare JInput. Al momento questo è il codice che sto usando per ottenere l'intero $_POST: $app = JFactory::getApplication(); $postData = $app->input->getArray(array_flip(array_keys($_POST))); Ma questo sembra piuttosto ingombrante e incappare in problemi se usato insieme $app->input->set();penserei che …
26 cms  php  jinput  jrequest 

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.