|
Previous Page |
Solar_App_Bookmarks |
Next Page |
_info()
protected
mixed
_info (
int $key,
mixed $val default NULL
)
Retrieves the TAINTED value of a path-info parameter by position.
Inherited from Solar_Controller_Page.
Parameters
- (int)
$key: The path-info parameter position. - (mixed)
$val: If the position 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 path-info parameter by position.
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()
- _exception()
- _exceptionDuringFetch()
- _forward()
- _forwardActionMethod()
- _getActionFormat()
- _getActionMethod()
- _getActionView()
- _getSqlOrder()
- _info()
- _isProcess()
- _load()
- _postAction()
- _postRender()
- _postRun()
- _preAction()
- _preRender()
- _preRun()
- _query()
- _redirect()
- _redirectNoCache()
- _render()
- _renderLayout()
- _renderView()
- _setContentType()
- _setLayoutTemplates()
- _setViewObject()
- _setup()
- actionAdd()
- actionEdit()
- actionError()
- actionQuick()
- actionTag()
- actionUser()
- apiVersion()
- display()
- dump()
- fetch()
- locale()
- setFrontController()