Class userActions

Description

User actions for page layout

  • author: Diego Cebrián Martínez

Located in /apps/frontend/modules/user/actions/actions.class.php (line 18)

sfActions
   |
   --userActions
Method Summary
Methods
executeAthleteCreate (line 438)

Action that creates a new athlete, show the form to fill the fields and recover

the information to save it. The athlete is trained by the user (coach) that created it

  • access: public
void executeAthleteCreate ()
executeAthleteEdit (line 509)

Action that edits an user (athlete), show the form to fill the fields and recover

the information to save it

  • access: public
void executeAthleteEdit ()
executeAthleteShow (line 569)

Show an User, the information that is related to the coach view.

  • access: public
void executeAthleteShow ()
executeCreate (line 69)

Action that creates a new user, show the form to fill the fields and recover

the information to save it

  • access: public
void executeCreate ()
executeDelete (line 180)

Action that delete an user

  • access: public
unknown executeDelete ()
executeEdit (line 130)

Action that edits an user, show the form to fill the fields and recover

the information to save it

  • access: public
void executeEdit ()
executeIndex (line 26)

Default action of user, it returns the list It predefines the links for the layout

  • access: public
unknown executeIndex ()
executeList (line 39)

List of all user with actions predefined

  • access: public
void executeList ()
executeLogin (line 209)

Action that calls the procces to register the session of the user if id and password are fine

  • access: public
unknown executeLogin ()
executeLogout (line 231)

Action that calls the procces to unregister the session of the user

  • access: public
unknown executeLogout ()
executeMyAthletes (line 421)

This functions list only the users that the coach registered session train.

It allows the access to the user informations than can modify a coach and that can consult a coach. Starting by the seasons and the current season.

  • access: public
void executeMyAthletes ()
executeSelf (line 257)

Show an User the information of him/herself

  • access: public
void executeSelf ()
executeSelfEdit (line 270)

Action that edits an user, show the form to fill the allowed fields and recover

the information to save it

  • access: public
void executeSelfEdit ()
executeSelfPassword (line 319)

Action that edits the password of an user

  • access: public
void executeSelfPassword ()
executeSelfRememberPassword (line 361)

Action that show a form to recover the password of an user

  • access: public
void executeSelfRememberPassword ()
executeShow (line 56)

Show an User

  • access: public
void executeShow ()
handleErrorAthleteCreate (line 493)

Action to show again the form create when anything fails

  • access: public
unknown handleErrorAthleteCreate ()
handleErrorAthleteEdit (line 554)

Action to show again the form edit when anything fails

  • access: public
unknown handleErrorAthleteEdit ()
handleErrorCreate (line 116)

Action to show again the form create when anything fails

  • access: public
unknown handleErrorCreate ()
handleErrorEdit (line 167)

Action to show again the form edit when anything fails

  • access: public
unknown handleErrorEdit ()
handleErrorLogin (line 244)

Action to show again the form to login when anything fails

  • access: public
unknown handleErrorLogin ()
handleErrorSelfEdit (line 307)

Action to show again the form edit Self when anything fails

  • access: public
unknown handleErrorSelfEdit ()
handleErrorSelfPassword (line 349)

Action to show again the form edit self password when anything fails

  • access: public
unknown handleErrorSelfPassword ()
handleErrorSelfRememberPassword (line 410)

Action to show again the form self remeber password when anything fails

  • access: public
unknown handleErrorSelfRememberPassword ()
update (line 583)

Function to save an user data from the fields of a form

  • access: protected
void update ( $user)
  • $user

Documentation generated on Tue, 31 Mar 2009 19:03:15 +0200 by phpDocumentor 1.4.2