Description:JRequest

From Joomla! Documentation

Jump to: navigation, search

JRequest provides a common interface to access request variables. This includes $_POST, $_GET, and naturally $_REQUEST. Variables can be passed through an input filter to avoid injection or returned raw.

Personal tools