Previous Page
_getSqlOrder()

Solar_App_Bookmarks
_info()

Next Page
_isProcess()

_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.