Class userEdit

Description

userEdit modifies the details of a user (username, password, name, email and which books can admin).

Users are those that can login at edit.php and admin.php interfaces (they could have been called also editors). Only the superuser can access the users module.

Located in /templates/admin/users/edit/userEdit.php (line 38)

formWebObj
   |
   --userEdit
Variable Summary
 mixed $user_data
Method Summary
 void init ()
 void onParse ()
 void onRender ()
 void on_add ( $event_args)
 void on_delete ( $event_args)
 void on_save ( $event_args)
Variables
mixed $user_data = array(
'username' => '',
'password' => '',
'name' => '',
'email' => '',
'books' => ''
)
(line 40)
Methods
init (line 48)
void init ()
onParse (line 146)
void onParse ()
onRender (line 163)
void onRender ()
on_add (line 54)

add the new user in database

void on_add ( $event_args)
  • $event_args
on_delete (line 97)

delete the current user

void on_delete ( $event_args)
  • $event_args
on_save (line 114)

save the changes

void on_save ( $event_args)
  • $event_args

Documentation generated on Wed, 09 Jan 2008 08:26:53 +0100 by phpDocumentor 1.3.2