Previous Page
_setViewObject()

Solar_App_HelloApp
_setup()

Next Page
actionError()

_setup()

protected void _setup ( )

Overrides the general Solar_App setup so that we don't need a database connection.

Parameters

  • None.

Returns

  • (void)

Description

Overrides the general Solar_App setup so that we don't need a database connection.

This is because we want the simplest possible hello-world example.

Thanks, Clay Loveless, for suggesting this.