Joomla.it Forum
Non solo Joomla... => Sviluppo => : Trony 19 Sep 2017, 23:33:39
-
Ragazzi qualcuno potrebbe fornirmi gentilmente le Nuove API della 3.8 ?!?
JURI::current() e/o JRequest::getVar("option") non lavorano pił.
Il primo mi da questo errore: Class 'Joomla\CMS\Document\Renderer\Html\JURI' not found
Grazie Anticipatamente.
-
Ragazzi qualcuno potrebbe fornirmi gentilmente le Nuove API della 3.8 ?!?
JURI::current() e/o JRequest::getVar("option") non lavorano pił.
Il primo mi da questo errore: Class 'Joomla\CMS\Document\Renderer\Html\JURI' not found
Grazie Anticipatamente.
Risolto. Ho anteposto \ alle classi: \JURI::current() e \JRequest::getVar("option")