Solar_Controller_Front::_notFound()

protected string Solar_Controller_Front::_notFound ( string $page )

Executes when fetch() cannot find a related page-controller class.

Parameters

  • (string) $page: The name of the page not found.

Returns

  • (string)

Description

Executes when fetch() cannot find a related page-controller class.

Generates an "HTTP 1.1/404 Not Found" status header and returns a short HTML page describing the error.



Local