Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Classes | |
class | JRequest |
Espaces de nommage | |
namespace | Joomla\Platform |
Variables | |
$GLOBALS ['_JREQUEST'] = array() | |
const | JREQUEST_NOTRIM = 1 |
const | JREQUEST_ALLOWRAW = 2 |
const | JREQUEST_ALLOWHTML = 4 |
$GLOBALS['_JREQUEST'] = array() |
Create the request global object
Référencé par JInput\__get(), JRequest\clean(), FinderViewSearch\display(), JRequest\getVar(), JFolder\listFolderTree(), JInstaller\removeFiles(), JRequest\setVar(), et JApplicationDaemon\shutdown().
const JREQUEST_ALLOWHTML = 4 |
const JREQUEST_ALLOWRAW = 2 |
const JREQUEST_NOTRIM = 1 |
Set the available masks for cleaning variables
Référencé par plgSystemRemember\onAfterInitialise().