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

Procedural File: auth-db.php

Source Location: /pem-includes/auth-db.php



Page Details:









authCheckUserGroup [line 288]

void authCheckUserGroup( $user, $gid)

authCheckUserGroup()

------------------------------------------------------- FUNCTION DESCRIPTION ------------------------------------------------------- Determines the users access level with a group check

$user - The user name $gid - The id of the group level that's being checked

------------------------------------------------------- FUNCTION RETURNS ------------------------------------------------------- TRUE if user is in the group FALSE if not or if user not logged in




Parameters

   $user  
   $gid  
[ Top ]



authDeleteUser [line 404]

void authDeleteUser( $id)

authDeleteUser()

------------------------------------------------------- FUNCTION DESCRIPTION ------------------------------------------------------- Deletes an entry in the user table based upon the given id ------------------------------------------------------- FUNCTION RETURNS ------------------------------------------------------- error = failed query




Parameters

   $id  
[ Top ]



authEditUser [line 380]

void authEditUser( $id, $username, $password, $gids, $name, $email)

authEditUser()

------------------------------------------------------- FUNCTION DESCRIPTION ------------------------------------------------------- Updates an entry in the user table based upon the given id ------------------------------------------------------- FUNCTION RETURNS ------------------------------------------------------- id of the updated entry error = failed query




Parameters

   $id  
   $username  
   $password  
   $gids  
   $name  
   $email  
[ Top ]



authGetGroupList [line 345]

void authGetGroupList( )

authGetGroupList()

------------------------------------------------------- FUNCTION DESCRIPTION ------------------------------------------------------- Collects the group information into a simple array ------------------------------------------------------- FUNCTION RETURNS ------------------------------------------------------- array of variables matching the group table error = failed query




[ Top ]



authGetUserGroups [line 254]

void authGetUserGroups( $login)



Parameters

   $login  
[ Top ]



authGetUserList [line 314]

void authGetUserList( )

authGetUserList()

------------------------------------------------------- FUNCTION DESCRIPTION ------------------------------------------------------- Collects the user information into a simple array ------------------------------------------------------- FUNCTION RETURNS ------------------------------------------------------- array of variables matching the user table error = failed query




[ Top ]



auth_add_user [line 19]

void auth_add_user( $login, $pass, $name, $email, $profile, [ $status = 0])



Parameters

   $login  
   $pass  
   $name  
   $email  
   $profile  
   $status  
[ Top ]



auth_check_access [line 198]

void auth_check_access( $access, $resource, $key)



Parameters

   $access  
   $resource  
   $key  
[ Top ]



auth_delete_user [line 135]

void auth_delete_user( $id)



Parameters

   $id  
[ Top ]



auth_get_user [line 49]

void auth_get_user( [ $id = ""], [ $login = ""])



Parameters

   $id  
   $login  
[ Top ]



auth_get_users [line 88]

void auth_get_users( )



[ Top ]



auth_update_user [line 105]

void auth_update_user( $id, $login, $pass, $name, $email, $profile, $status)



Parameters

   $id  
   $login  
   $pass  
   $name  
   $email  
   $profile  
   $status  
[ Top ]



auth_update_user_activity [line 144]

void auth_update_user_activity( $login, $pass)



Parameters

   $login  
   $pass  
[ Top ]



auth_update_user_status [line 123]

void auth_update_user_status( $id, $status)



Parameters

   $id  
   $status  
[ Top ]



auth_user_exists [line 185]

void auth_user_exists( $login)



Parameters

   $login  
[ Top ]



auth_validate_user [line 155]

void auth_validate_user( $login, $pass)



Parameters

   $login  
   $pass  
[ Top ]



Documentation generated on Tue, 21 Aug 2007 14:49:24 -0500 by phpDocumentor 1.4.0a2