(please correct me if I'm wrong)
Martin
-----Original Message-----
From: Nate [mailto:soni...@hotmail.com]
Sent: Tuesday, April 02, 2002 10:07 AM
To: php-g...@lists.php.net
Subject: Re: [PHP] class instance name
No because it isn't the name of the class I want it is the name of the
instance of the class...
"Martin Towell" <martin...@world.net> wrote in message
news:6416776FCC55D511BC4...@exchange.world.net...
> or are you referring to this?
>
> http://www.php.net/manual/en/function.get-class.php
>
> (a function that I keep forgetting about....)
>
> Martin
>
> -----Original Message-----
> From: Erik Price [mailto:pri...@hhbrown.com]
> Sent: Tuesday, April 02, 2002 9:53 AM
> To: Nate
> Cc: php-g...@lists.php.net
> Subject: Re: [PHP] class instance name
>
>
>
> On Monday, April 1, 2002, at 06:24 PM, Nate wrote:
>
> > How do you determine the class instance name from within the class?
>
> Isn't it $this ?
>
>
>
> ----
>
> Erik Price
> Web Developer Temp
> Media Lab, H.H. Brown
> pri...@hhbrown.com
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> > (a function that I keep forgetting about....)
> > No because it isn't the name of the class I want it is the name of the
> > instance of the class...
> ahh! so the variable name then? don't think you can, unless it's passed to
> the object manually
(Untried, but FWIW--) I suppose you could loop through all defined vars,
testing whether they are objects, then asking each if the name of its class
is the same as the name of the current class...but why would one need this
info?
--
CC
-----Original Message-----
From: Nate [mailto:soni...@hotmail.com]
Sent: Monday, April 01, 2002 5:25 PM
To: php-g...@lists.php.net
Subject: [PHP] class instance name
How do you determine the class instance name from within the class?
--
"Martin Towell" <martin...@world.net> wrote in message
news:6416776FCC55D511BC4...@exchange.world.net...