AJAX
[ class tree: AJAX ] [ index: AJAX ] [ all elements ]

Class: login

Source Location: /HTML_AJAX-0.2.4/examples/login/php/login.class.php

Class Overview


Login class used in the "login form" example Please note: Constructors and private methods marked with _ are never exported in proxies to JavaScript


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2005 Gilles van den Hoven

Methods


Inherited Variables

Inherited Methods


Class Details

[line 167]
Login class used in the "login form" example Please note: Constructors and private methods marked with _ are never exported in proxies to JavaScript


[ Top ]


Method Detail

checklogin   [line 182]

void checklogin( string $strUsername, string $strPassword, string $strEmail)

Checks if the passed values are correct.

An array will be returned consisting of the following items: 1) the result of this function 2) the id's of the failing items 3) the (error) messages


Parameters:

string   $strUsername   —  the username to be checked
string   $strPassword   —  the password to be checked
string   $strEmail   —  the email addres from the user

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:11:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.