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

2008-09-08 Thread Jochem Maas
Ali Çevik schreef: Correct me if I'm wrong but, unless I have a common folder for my class files, such as "/classes/", an autoloader has nothing to do with solving my problem. I get the impression that there might not be another way of solving the problem too, sadly. I need to force my users to p

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

2008-09-08 Thread Ali Çevik
Correct me if I'm wrong but, unless I have a common folder for my class files, such as "/classes/", an autoloader has nothing to do with solving my problem. I get the impression that there might not be another way of solving the problem too, sadly. I need to force my users to put all their class fi

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

2008-09-08 Thread Jochem Maas
don't top post. Ali Çevik schreef: Hi, I guess the word "meaningless" depends on what you are trying to do. So, I guess I have to describe what I'm trying to do. The problem is, I need to pass a php object to javascript via json and then back to php again using json. However, while doing that

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

2008-09-07 Thread Ali Çevik
Hi, I guess the word "meaningless" depends on what you are trying to do. So, I guess I have to describe what I'm trying to do. The problem is, I need to pass a php object to javascript via json and then back to php again using json. However, while doing that, I lose the type of the object (becau

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

2008-09-06 Thread ANR Daemon
Greetings, "Ali Çevik". In reply to Your message dated Sunday, September 7, 2008, 1:51:33, 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