Class Controller

Description

Controller Class

The heavy lifter of PICKLES, makes the calls to get the session and configuration loaded. Loads modules, serves up user authentication when the module asks for it, and loads the viewer that the module requested. Default values are present to make things easier on the user.

Located in /classes/Controller.php (line 28)

Object
   |
   --Controller
Method Summary
Controller __construct ()
void __destruct ()
void prepareVariables ( $request)
Variables

Inherited Variables

Inherited from Object

Object::$config
Object::$instances
Methods
Constructor __construct (line 48)

Constructor

To make life a bit easier when using PICKLES, the Controller logic is executed automatically via use of a constructor.

  • access: public
Controller __construct ()

Redefinition of:
Object::__construct()
Constructor
Destructor __destruct (line 246)
  • access: public
void __destruct ()

Redefinition of:
Object::__destruct()
Destructor
prepareVariables (line 257)
  • access: public
void prepareVariables ( $request)
  • $request

Inherited Methods

Inherited From Object

Object::__construct()
Object::getInstance()
Object::__destruct()

Documentation generated on Sun, 17 Oct 2010 23:17:22 -0400 by phpDocumentor 1.4.3