Solar_Controller_Page::_info()
protected
mixed
Solar_Controller_Page::_info
( int $key
, mixed $val = NULL
)
Retrieves the TAINTED value of a path-info parameter by position.
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.