
Public Member Functions | |
| index () | |
| showUsers () | |
| saveUser () | |
| saveUserAjax () | |
| removeUser ($id) | |
| viewUser ($id=NULL) | |
| groups () | |
| viewGroup ($id=null) | |
| saveGroup () | |
| removeGroup ($id) | |
| systemInfo () | |
| systemEvents () | |
| deleteEventLog () | |
| customproperties () | |
| saveCustomProperties () | |
| deleteCustomProperties () | |
Public Attributes | |
| $uses = array('User', 'Group','Module') | |
| $components = array('BeSystem') | |
| $helpers = array('Paginator') | |
| $paginate | |
Protected Member Functions | |
| forward ($action, $esito) | |
Protected Attributes | |
| $moduleName = 'admin' | |
...
Definition at line 32 of file admin_controller.php.
| AdminController.$paginate |
Initial value:
array(
'User' => array('limit' => 20, 'page' => 1, 'order'=>array('created'=>'desc')),
'Group' => array('limit' => 20, 'page' => 1, 'order'=>array('created'=>'desc')),
'EventLog' => array('limit' => 20, 'page' => 1, 'order'=>array('created'=>'desc'))
)
Definition at line 37 of file admin_controller.php.
BEdita 3.0.1 betula