This section would be what you are looking for
http://www.php.net/manual/en/language.oop.php
Other sections would be useful as well.
Regards,
--
Yasuo Ohgaki
""Marcus Taylor"" <[EMAIL PROTECTED]> wrote in message
9bmaej$hmq$[EMAIL PROTECTED]">news:9bmaej$hmq$[EMAIL PROTECTED]...
> 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]
>
--
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]
- [PHP-WIN] What does -> do? Marcus Taylor
- Yasuo Ohgaki