Previous Page
_isProcess()

Solar_App_Hello
_load()

Next Page
_postAction()

_load()

protected void _load ( string $spec )

Loads properties from an action specification.

Inherited from Solar_Controller_Page.

Parameters

  • (string) $spec: The action specification.

Returns

  • (void)

Description

Loads properties from an action specification.

Note that if the action info ends in a format extension, layout will automatically be turned off.

For example, "foo/bar/baz.xml" will set $this->_format = "xml" and $this->_layout = null.