Previous Class
Solar_Access_Adapter_Open

Solar_App_Base
Overview

Next Page
Constants

Solar_App_Base

Abstract base class for Solar application classes.

Catalog

This class is part of the Solar_App package.

Inheritance:

Constants

None.

Public Properties

These are all the public properties in the Solar_App_Base class.

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

$action
The current action for the contoller; populated from $this->_action.
$controller
The name of this contoller; populated from $this->_name.
$errors
Error messages, usually for the 'error' action/view.
$layout
The name of the layout being used; populated from $this->_layout.
$layout_head
Values for the <head> block in the layout.
$layout_local
Local navigation links.
$layout_local_active
The currently-active local navigation link.
$layout_nav
Site navigation links.
$layout_nav_active
The currently-active site navigation link.

Public Methods

These are all the public methods in the Solar_App_Base 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 a generic error page.
apiVersion()
Reports the API version for this class.
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.
setFrontController()
Injects the front-controller object that invoked this page-controller.