userEdit Class Reference

Inheritance diagram for userEdit:

Inheritance graph
[legend]
List of all members.

Detailed Description

Definition at line 38 of file userEdit.php.

Public Member Functions

 init ()
 on_add ($event_args)
 add the new user in database
 on_delete ($event_args)
 delete the current user
 on_save ($event_args)
 save the changes
 onParse ()
 onRender ()

Public Attributes

 $user_data


Member Function Documentation

userEdit::init (  ) 

Definition at line 48 of file userEdit.php.

userEdit::on_add ( event_args  ) 

add the new user in database

Definition at line 54 of file userEdit.php.

References $event_args, $user_data, get_user_data(), save_user_data(), and T_().

userEdit::on_delete ( event_args  ) 

delete the current user

Definition at line 97 of file userEdit.php.

References shell(), and T_().

userEdit::on_save ( event_args  ) 

save the changes

Definition at line 114 of file userEdit.php.

References $event_args, get_user_data(), and save_user_data().

userEdit::onParse (  ) 

Definition at line 146 of file userEdit.php.

userEdit::onRender (  ) 

Definition at line 163 of file userEdit.php.

References $mode, $user_data, and get_user_data().


Member Data Documentation

userEdit::$user_data

Initial value:

  array( 
                          'username' => '',
                          'password' => '',
                          'name'     => '',
                          'email'    => '',
                          'books'    => ''
                          )

Definition at line 40 of file userEdit.php.

Referenced by on_add(), and onRender().


Generated on Wed Jan 9 08:27:47 2008 for DokBookWiki by  doxygen 1.5.2