Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
layoutController Class Reference

Layout module controller. More...

+ Inheritance diagram for layoutController:
+ Collaboration diagram for layoutController:

Public Member Functions

 __construct ()
 Constructs a layout controller instance.
 activateTheme ()
 Theme activation.
 manage ()
 Layout module backoffice.

Private Attributes

 $_admin_privilege
 $_class_privilege

Detailed Description

Layout module controller.

Author:
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
Version:
0.99
Date:
2011-2012

Definition at line 30 of file layout.controller.php.


Constructor & Destructor Documentation

Constructs a layout controller instance.

Returns:
layout controller instance

Reimplemented from controller.

Definition at line 47 of file layout.controller.php.


Member Function Documentation

Theme activation.

The theme to activate is taken from the $_GET parameter 'id'

Returns:
void

Definition at line 99 of file layout.controller.php.

+ Here is the call graph for this function:

Layout module backoffice.

public

Returns:
the layout module backoffice

Definition at line 65 of file layout.controller.php.

+ Here is the call graph for this function:


Field Documentation

module's administration privilege id

Definition at line 40 of file layout.controller.php.

module's administration privilege class

Definition at line 35 of file layout.controller.php.


The documentation for this class was generated from the following file: