Overview

Packages

  • Admin
  • Archive
  • Common
  • DB
  • Express
  • Form
  • Layout
  • Mailer
  • None
  • OpenHomeoDB
  • PDF
    • MC
  • Process
  • Rep
  • RevRep
  • SaveReps
  • Search
  • Session
  • SymRem
  • TreeView
  • UserDB

Classes

  • Process
  • Overview
  • Package
  • Class
  • Tree

Class Process

The Process class is meant to simplify the task of processing user submitted forms, redirecting the user to the correct pages if errors are found, or if form is successful, either way. Also handles the logout procedure.

Package: Process
Category: Login
Copyright: 2007-2014 Henri Schumacher
License: GNU Affero General Public License v3
Author: Jpmaster77 a.k.a. The Grandmaster of C++ (GMC)
Author: Henri Schumacher <henri.hulski@gazeta.pl>
Located at include/classes/login/process.php
Methods summary
public Process
# __construct( )

Returns

Process
private
# procLogin( )

procLogin processes the user submitted login form, if errors are found, the user is redirected to correct the information, if not, the user is effectively logged in to the system.

procLogin processes the user submitted login form, if errors are found, the user is redirected to correct the information, if not, the user is effectively logged in to the system.

private
# procLogout( )

procLogout - Simply attempts to log the user out of the system
given that there is no logout form to process.

procLogout - Simply attempts to log the user out of the system given that there is no logout form to process.

private
# procRegister( )

procRegister - Processes the user submitted registration form,
if errors are found, the user is redirected to correct the
information, if not, the user is effectively registered with
the system and an email is (optionally) sent to the newly
created user.

procRegister - Processes the user submitted registration form, if errors are found, the user is redirected to correct the information, if not, the user is effectively registered with the system and an email is (optionally) sent to the newly created user.

private
# procForgotPass( )

procForgotPass - Validates the given username then if
everything is fine, a new password is generated and
emailed to the address the user gave on sign up.

procForgotPass - Validates the given username then if everything is fine, a new password is generated and emailed to the address the user gave on sign up.

private
# procEditAccount( )

procEditAccount - Attempts to edit the user's account
information, including the password, which must be verified
before a change is made.

procEditAccount - Attempts to edit the user's account information, including the password, which must be verified before a change is made.

OpenHomeopath PHP code documentation API documentation generated by ApiGen 2.8.0