Previous Page
_preAction()

Solar_Controller_Page
_preRender()

Next Page
_preRun()

_preRender()

protected void _preRender ( )

Executes before rendering the page view and layout.

Parameters

  • None.

Returns

  • (void)

Description

Executes before rendering the page 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.