File: objects/factoryObject.php

Return to Documentation

Class: factoryObject
loginUser (2)

loginUser

Author: Brad
Version: 04.25.05

Description

Pass in a username and password and this function will create a user object and fillthe object with all the user's information.

Example

factoryObject::loginUser($username, $password)

Parameters

UsernameName used to log in
PasswordPassword for that user

Top