[PHP] Re: Path of the class file of an object

2008-09-06 Thread Ali Çevik
Hmm, that should do the trick. Thanks a lot! But still, I wish there were a way of doing that, without altering the class behaviour. > > > Ali Cevik. > > On Sat, Sep 6, 2008 at 11:58 PM, Stut <[EMAIL PROTECTED]> wrote: > >> On 6 Sep 2008, at 20:08, Ali Çevik wrote: >> >>> I need a procedu

[PHP] Re: Path of the class file of an object

2008-09-06 Thread ANR Daemon
Greetings, "Ali Çevik". In reply to Your message dated Saturday, September 6, 2008, 23:08:45, > I need a procedure or an implementation that gives path of the class file of > an object which I pass as a parameter. > Example; > Assume I have a class file located at C:\htdocs\Foo.class.php > In c