Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
Group module controller. More...
Public Member Functions | |
__construct () | |
Constructs a group controller instance. | |
deleteGroup () | |
Deletes submitted groups. | |
manage () | |
User groups backoffice. | |
saveGroup () | |
Save group model after form submission. | |
Private Member Functions | |
formGroup ($g) | |
Group insertion, deletion and modification format. | |
formGroupData ($g, $myform) | |
Descriptive part of the insertion/modification group format. | |
formPrivileges ($g, $myform) | |
Privileges selection part of the insertion/modification group format. | |
manageGroup ($g) | |
Group insertion or modification management. | |
Private Attributes | |
$_admin_privilege | |
$_class_privilege |
Group module controller.
Definition at line 28 of file group.controller.php.
Constructs a group controller instance.
Reimplemented from controller.
Definition at line 45 of file group.controller.php.
Deletes submitted groups.
Definition at line 267 of file group.controller.php.
groupController::formGroup | ( | $ | g | ) | [private] |
Group insertion, deletion and modification format.
group | $g | the group model instance |
Definition at line 136 of file group.controller.php.
groupController::formGroupData | ( | $ | g, |
$ | myform | ||
) | [private] |
Descriptive part of the insertion/modification group format.
group | $g | group model instance |
form | $myform | form object instance |
Definition at line 170 of file group.controller.php.
groupController::formPrivileges | ( | $ | g, |
$ | myform | ||
) | [private] |
Privileges selection part of the insertion/modification group format.
group | $g | group model instance |
form | $myform | form object instance |
Definition at line 186 of file group.controller.php.
User groups backoffice.
public
Definition at line 63 of file group.controller.php.
groupController::manageGroup | ( | $ | g | ) | [private] |
Group insertion or modification management.
group | $g | the group model instance |
Definition at line 117 of file group.controller.php.
Save group model after form submission.
Definition at line 240 of file group.controller.php.
groupController::$_admin_privilege [private] |
module's administration privilege id
Definition at line 38 of file group.controller.php.
groupController::$_class_privilege [private] |
module's administration privilege class
Definition at line 33 of file group.controller.php.