Overview

Absolute minimal "hello world" application for benchmarking.

Package

This class is part of the Solar_App package.

Inheritance:

Configuration Keys

None.

Constants

None.

Public Properties

The Solar_App_Hello class has no public properties; try the list of all properties.

Public Methods

These are all the public methods in the Solar_App_Hello class.

You can also view the list of all public, protected, and private methods.

__construct()

Constructor.

__destruct()

Default destructor; does nothing other than provide a safe fallback for calls to parent::__destruct().

__get()

Try to force users to define what their view variables are.

__set()

Try to force users to define what their view variables are.

actionError()

Shows application errors.

actionIndex()

Action with no code at all; only passes to the view, with no layout.

display()

Executes the requested action and displays its output.

dump()

Convenience method for getting a dump the whole object, or one of its properties, or an external variable.

fetch()

Executes the requested action and returns its output with layout.

locale()

Looks up class-specific locale strings based on a key.

setController()

Sets the name for this page-controller; generally used only by the front-controller when static routing leads to this page.

setFrontController()

Injects the front-controller object that invoked this page-controller.



Local