![]() |
Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
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 | |
Layout module controller.
Definition at line 30 of file layout.controller.php.
Constructs a layout controller instance.
Reimplemented from controller.
Definition at line 47 of file layout.controller.php.
Theme activation.
The theme to activate is taken from the $_GET parameter 'id'
Definition at line 99 of file layout.controller.php.
Here is the call graph for this function:Layout module backoffice.
public
Definition at line 65 of file layout.controller.php.
Here is the call graph for this function:layoutController::$_admin_privilege [private] |
module's administration privilege id
Definition at line 40 of file layout.controller.php.
layoutController::$_class_privilege [private] |
module's administration privilege class
Definition at line 35 of file layout.controller.php.