|
Previous Page |
Solar_App_Base |
Next Page |
_query()
protected
mixed
_query (
string $key,
mixed $val default NULL
)
Retrieves the TAINTED value of a query request key by name.
Inherited from Solar_Controller_Page.
Parameters
- (string)
$key: The query key. - (mixed)
$val: If the key does not exist, use this value as a default in its place.
Returns
- (mixed) The value of that query key.
Description
Retrieves the TAINTED value of a query request key by name.
Note that this value is direct user input; you should sanitize it with Solar_Filter (or some other technique) before using it.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __get()
- __set()
- _addViewHelpers()
- _addViewTemplates()
- _error()
- _exception()
- _exceptionDuringFetch()
- _fixFormat()
- _fixInfo()
- _fixLayout()
- _forward()
- _getActionFormat()
- _getActionMethod()
- _getActionView()
- _info()
- _isProcess()
- _load()
- _loadAction()
- _loadInfoQueryFormat()
- _notFound()
- _postAction()
- _postRender()
- _postRun()
- _preAction()
- _preRender()
- _preRun()
- _query()
- _redirect()
- _redirectNoCache()
- _render()
- _renderLayout()
- _renderView()
- _setContentType()
- _setLayoutTemplates()
- _setViewObject()
- _setup()
- actionError()
- apiVersion()
- display()
- dump()
- fetch()
- locale()
- setController()
- setFrontController()