JRequest
From Joomla! Documentation
(Difference between revisions)
(Combining with main topic) |
|||
| Line 1: | Line 1: | ||
| − | JRequest | + | 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. |
| − | + | ||
| − | + | Main topic: [[Retrieving data from GET and POST requests]] | |
Revision as of 14:08, 10 January 2010
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.
Main topic: Retrieving data from GET and POST requests