AdminController Class Reference

Administration: users, groups, eventlogs. More...

Inheritance diagram for AdminController:

ModulesController AppController

List of all members.

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'


Detailed Description

Administration: users, groups, eventlogs.

...

Version:
Revision
2325
Modified By:
LastChangedBy
dante
Last Modified: $LastChangedDate
LastChangedDate
2009-10-02 17:53:52 +0200 (ven, 02 ott 2009)

Id
admin_controller.php 2325 2009-10-02 15:53:52Z dante

Definition at line 32 of file admin_controller.php.


Member Data Documentation

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.


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

Generated on Tue Jan 12 15:45:35 2010  BEditaBEdita 3.0.1 betula