Class login

Description

This class handles login functions

  • author: Abdul Al-Hasany
  • version: 2010
  • copyright: Abdul Al-hasany (c) 2010
  • access: public

Located in /includes/login.class.php (line 39)


	
			
Method Summary
null setOutCookie ()
null setTimeCookie ()
null set_cookie ([string $cookname = ''], mixed $cookie, [string $exp = ''])
Methods
setOutCookie (line 70)

destroy cookies

  • return: the destroyed cookie
null setOutCookie ()
setTimeCookie (line 89)

creat cookie

  • return: the created cookie
null setTimeCookie ()
set_cookie (line 49)

Set a cookie

  • return: the cookie to be set
null set_cookie ([string $cookname = ''], mixed $cookie, [string $exp = ''])
  • string $cookname: cookie name
  • mixed $cookie: serlized cookie information (userid, groupid, cookie time and session id)
  • string $exp: expiration time
start_login_info (line 113)

proccess login information and cookie making

  • return: the created cookie
null start_login_info ()

Documentation generated on Fri, 16 Apr 2010 12:54:45 +1000 by phpDocumentor 1.4.1