JRequest
From Joomla! Documentation
(Difference between revisions)
| Line 1: | Line 1: | ||
JRequest::get( 'post' )<br> | JRequest::get( 'post' )<br> | ||
| − | <nowiki>This returns the standard post array. You can use it on a template page if needed, or in the models section if convenient, it returns the most recent post. | + | <nowiki>This returns the standard post array. You can use it on a template page if needed, or in the models section if convenient, it returns the most recent post. |
| + | Methods of this object were not found in the Framework section where one would expect to find them. </nowiki> | ||
Revision as of 17:27, 26 May 2009
JRequest::get( 'post' )
This returns the standard post array. You can use it on a template page if needed, or in the models section if convenient, it returns the most recent post.
Methods of this object were not found in the Framework section where one would expect to find them.