I am using PHP Auth and trying to look at customizing the code, i'm a hands
on man, look abd learn is my motto but I am having trouble finding out what
is happening when you use -> in PHP. The project that I have downloaded uses
this quite a lot and I have a snippet below any ideas would be great:

  case "current":
   // current users, just check for logged in
   $this->islogged_in();
  case "confirm":
   // current users, just check for logged in
   $this->confirm($this->id_hash,$this->email);

Thanx in advance
/mdt




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to