Solar_App_Hello::_preRender()

protected void Solar_App_Hello::_preRender ( void )

Executes before rendering the controller view and layout.

Inherited from Solar_Controller_Page.

Parameters

  • None.

Returns

  • (void)

Description

Executes before rendering the controller view and layout.

Use this to pre-process $this->_view_object, or to manipulate controller properties with view helpers.

The default implementation sets the locale class for the getText helper.



Local